- make the configure check for lua more portable
patch by Jörg Sonnenberger git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1677 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.14
parent
f8d54c8574
commit
ac93be76d3
|
@ -398,7 +398,7 @@ AC_ARG_WITH(lua, AC_HELP_STRING([--with-lua],[lua engine for mod_cml]),
|
|||
|
||||
AC_MSG_RESULT($WITH_LUA)
|
||||
if test "$WITH_LUA" != "no"; then
|
||||
if test "$WITH_LUA" == "yes"; then
|
||||
if test "$WITH_LUA" = "yes"; then
|
||||
WITH_LUA=lua
|
||||
fi
|
||||
PKG_CHECK_MODULES(LUA, $WITH_LUA >= 5.1, [
|
||||
|
|
Loading…
Reference in New Issue