mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
define LUA_COMPAT_5_2 to allow build with newer lua versions
This commit is contained in:
@@ -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.])
|
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" ||
|
if test "$BOXTYPE" = "coolstream" ||
|
||||||
test "$BOXTYPE" = "tripledragon" ||
|
test "$BOXTYPE" = "tripledragon" ||
|
||||||
|
Reference in New Issue
Block a user