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
This commit is contained in:
parent
7c9ece71ad
commit
254572afa4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue