fix check

This commit is contained in:
Glenn Maynard
2004-02-16 04:49:06 +00:00
parent 629fa68eaa
commit 497c3a18e3
+1 -1
View File
@@ -6,7 +6,7 @@ if test "$LUA_CONFIG" != ""; then
LUA_LIBS=`lua-config --static`
else
if test "$LIB_LUA" = ""; then
AC_CHECK_LIB(lualib, lua_open, LIB_LUA=-llua)
AC_CHECK_LIB(lua, lua_open, LIB_LUA=-llua)
fi
if test "$LIB_LUA" = ""; then
AC_CHECK_LIB(lua50, lua_open, LIB_LUA=-llua50)