From 2307cc3419c274dc7ca84b5bd90c8938ce09aa47 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 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/565e5ff3ffe3ac00642d49664e3434d4af9f2576 Author: Stefan Seyfried Date: 2015-12-13 (Sun, 13 Dec 2015) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 558be9e6d..f427f0ee6 100644 --- a/configure.ac +++ b/configure.ac @@ -125,6 +125,8 @@ PKG_CHECK_MODULES([LUA], [lua >= 5.2], echo "lua >= 5.2 found", [ 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+]) if test "$BOXTYPE" = "coolstream" || test "$BOXTYPE" = "tripledragon" ||