Commit 6baab07e authored by Christophe Mutricy's avatar Christophe Mutricy

Fix previous commit

parent bff94ff4
......@@ -1565,10 +1565,13 @@ then
[],
[ have_lua=no ] )
AC_CHECK_LIB( lua5.1 , luaL_newstate,
[],
[LUA_LIBS="-llua5.1"],
AC_CHECK_LIB( lua , luaL_newstate,
[LUA_LIBS="-llua"],
[ have_lua=no
AC_MSG_WARN([lua >= 5.1 not found!])
])
)
])
])
if test "x${have_lua}" = "xyes" ; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment