Fix lua lib name in LDFLAGS.

This commit is contained in:
Tobias Markmann 2010-12-14 18:35:05 +01:00
parent 93b0dcf56a
commit 798aeefcfb

2
configure vendored
View file

@ -281,7 +281,7 @@ else
exit 1
fi
fi
LDFLAGS="$LDFLAGS -llua"
LDFLAGS="$LDFLAGS -llua$LUA_SUFFIX"
echo -n "Checking Lua includes... "
lua_h="$LUA_INCDIR/lua.h"