mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
- configure: invert --disable-lua false logic to --enable-lua true
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -219,8 +219,9 @@ if test "$BOXTYPE" != coolstream; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
AC_ARG_ENABLE(lua,
|
AC_ARG_ENABLE(lua,
|
||||||
AS_HELP_STRING([--disable-lua], [disable Lua support @<:@default=no@:>@]),
|
AS_HELP_STRING([--enable-lua], [enable Lua support @<:@default=yes@:>@]),
|
||||||
,[enable_lua=yes])
|
[enable_lua="$enableval"],
|
||||||
|
[enable_lua="yes"])
|
||||||
|
|
||||||
AM_CONDITIONAL(ENABLE_LUA, test "$enable_lua" = "yes")
|
AM_CONDITIONAL(ENABLE_LUA, test "$enable_lua" = "yes")
|
||||||
if test "$enable_lua" = "yes"; then
|
if test "$enable_lua" = "yes"; then
|
||||||
|
Reference in New Issue
Block a user