From d265bf8db01378c6a46f8a90b24b3eb930055a7c Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sun, 13 Dec 2015 13:56:56 +0100 Subject: [PATCH] define LUA_COMPAT_5_2 to allow build with newer lua versions Signed-off-by: M. Liebmann Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/dbad3b069abf610272a19b99ce08bdf74b5c1b16 Author: Stefan Seyfried Date: 2015-12-13 (Sun, 13 Dec 2015) ------------------ This commit was generated by Migit --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 9a31c7511..01ce01d16 100644 --- a/configure.ac +++ b/configure.ac @@ -186,6 +186,8 @@ if test "$enable_lua" = "yes"; then AC_DEFINE(STATIC_LUAPOSIX,1,[Define to 1 for static lua build.]) ]) ]) +# hack... +AC_DEFINE(LUA_COMPAT_5_2,1,[does not really belong in config.h, but is needed for build with lua 5.3+]) fi AC_ARG_ENABLE(cleanup,