From 47fd7797b497ee7556328162e6a2f06967e0b506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Lepage=20Vall=C3=A9e?= Date: Wed, 21 Apr 2021 22:52:35 -0700 Subject: [PATCH] Update luaa.h Co-authored-by: ShayAgros <37025016+ShayAgros@users.noreply.github.com> --- luaa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luaa.h b/luaa.h index 07670acf2..fae072702 100644 --- a/luaa.h +++ b/luaa.h @@ -32,7 +32,7 @@ #include "common/luaclass.h" #if !(501 <= LUA_VERSION_NUM && LUA_VERSION_NUM < 504) -print("Awesome only supports Lua versions 5.1-5.3, please refer to https://awesomewm.org/apidoc/documentation/10-building-and-testing.md.html#Building") +#error "Awesome only supports Lua versions 5.1-5.3 and LuaJIT2, please refer to https://awesomewm.org/apidoc/documentation/10-building-and-testing.md.html#Building" #endif #define luaA_deprecate(L, repl) \