Fix lua lib name in LDFLAGS.
authorTobias Markmann <tm@ayena.de>
Tue, 14 Dec 2010 17:35:05 +0000 (18:35 +0100)
committerTobias Markmann <tm@ayena.de>
Tue, 14 Dec 2010 17:35:05 +0000 (18:35 +0100)
configure

index adf081a69ae97c2b2016588f786b917d3b832f35..6a1d656eccd8ab6823054c0ee606c151dbd67294 100755 (executable)
--- a/configure
+++ b/configure
@@ -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"