degesch: Lua is no longer experimental
But rather essential to me.
This commit is contained in:
parent
cb9957cd64
commit
0785a6f417
|
@ -84,7 +84,7 @@ link_directories (${libffi_LIBRARY_DIRS})
|
|||
|
||||
# FIXME: other Lua versions may be acceptable, don't know yet
|
||||
pkg_search_module (lua lua53 lua5.3 lua-5.3 lua>=5.3)
|
||||
option (WITH_LUA "Enable experimental support for Lua plugins" ${lua_FOUND})
|
||||
option (WITH_LUA "Enable support for Lua plugins" ${lua_FOUND})
|
||||
|
||||
if (WITH_LUA)
|
||||
if (NOT lua_FOUND)
|
||||
|
|
Loading…
Reference in New Issue