Hi,

I reported this a few days ago, but the problem is still not fixed in
svn. This patch fixes a lua lib detection:

$ diff -u configure.ac{~,}
--- configure.ac~  2005-02-20 00:56:56.000000000 +0100
+++ configure.ac   2005-02-22 00:48:03.450757880 +0100
@@ -226,7 +226,7 @@
 dnl LUA_LIBS {{{
 if test "x$with_lua_libraries" != x; then
     LUA_LIBS="-L$with_lua_libraries"
-elif test "x$with_lua" != x; then
+elif test "x$with_lua_prefix" != x; then
     LUA_LIBS="-L$with_lua_prefix/lib"
 fi
 AC_CHECK_LIB([lua$with_lua_suffix],

Thanks for applying it,

-- 
Matthieu

Reply via email to