aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2020-06-30 18:13:09 +0200
committerChristian Hesse <mail@eworm.de>2020-06-30 18:13:09 +0200
commit603ee4688ca0da05840bbc15241ee53b02d0987d (patch)
tree843ac6c0140ddb98ec54175b472462c838c08971 /configure
parent4758050b2d5caeb61fa9536bfb1a738d6f35cc86 (diff)
downloadvis-603ee4688ca0da05840bbc15241ee53b02d0987d.tar.gz
vis-603ee4688ca0da05840bbc15241ee53b02d0987d.tar.xz
build: define LUA_COMPAT_5_3
This is required to build with lua 5.4.x.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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