mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
configure: invert --disable-lua false logic to --enable-lua true
Origin commit data
------------------
Branch: ni/coolstream
Commit: c36039b99e
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-09 (Sat, 09 Dec 2017)
Origin message was:
------------------
- configure: invert --disable-lua false logic to --enable-lua true
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -219,8 +219,9 @@ if test "$BOXTYPE" != coolstream; then
|
||||
fi
|
||||
|
||||
AC_ARG_ENABLE(lua,
|
||||
AS_HELP_STRING([--disable-lua], [disable Lua support @<:@default=no@:>@]),
|
||||
,[enable_lua=yes])
|
||||
AS_HELP_STRING([--enable-lua], [enable Lua support @<:@default=yes@:>@]),
|
||||
[enable_lua="$enableval"],
|
||||
[enable_lua="yes"])
|
||||
|
||||
AM_CONDITIONAL(ENABLE_LUA, test "$enable_lua" = "yes")
|
||||
if test "$enable_lua" = "yes"; then
|
||||
|
Reference in New Issue
Block a user