From 254572afa4a5292fef5a2a50224f3f0e32e756f5 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 8 Dec 2007 00:23:06 +0000 Subject: [PATCH] Lua 5.1 improvements for Ubuntu (it still does not detect lua5.1.so git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10181 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 79cee88d0..4f281ef95 100644 --- a/configure.in +++ b/configure.in @@ -1671,7 +1671,7 @@ AC_MSG_CHECKING(for Lua library) if test -z "$LUALIB"; then dirs="/usr/local/lib /usr/lib /opt/local/lib" for i in $dirs ; do - if test -r $i/liblua.a; then + if test -r $i/liblua*.a; then AC_MSG_RESULT($i) LUALIB="-L$i" break