From 603ee4688ca0da05840bbc15241ee53b02d0987d Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 30 Jun 2020 18:13:09 +0200 Subject: build: define LUA_COMPAT_5_3 This is required to build with lua 5.4.x. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 989d253..9d5bf0d 100755 --- a/configure +++ b/configure @@ -474,7 +474,7 @@ EOF test "$lua" = "yes" -a $CONFIG_LUA -ne 1 && fail "$0: cannot find liblua" if test $CONFIG_LUA -eq 1; then - CFLAGS_LUA="$CFLAGS_LUA -DLUA_COMPAT_5_1 -DLUA_COMPAT_5_2 -DLUA_COMPAT_ALL" + CFLAGS_LUA="$CFLAGS_LUA -DLUA_COMPAT_5_1 -DLUA_COMPAT_5_2 -DLUA_COMPAT_5_3 -DLUA_COMPAT_ALL" fi fi -- cgit v1.2.3