configure: Don't add -llua to LDFLAGS, it's unnecessary
authorMatthew Wild <mwild1@gmail.com>
Sun, 26 Dec 2010 05:00:45 +0000 (05:00 +0000)
committerMatthew Wild <mwild1@gmail.com>
Sun, 26 Dec 2010 05:00:45 +0000 (05:00 +0000)
configure

index 50591f29170fe863cb2012a86bde35703acbd9ef..af046223933d8f18b477bc9b5b5d3b8b8befedc2 100755 (executable)
--- a/configure
+++ b/configure
@@ -279,8 +279,6 @@ then
        IDNA_LIBS="-l$IDN_LIB"
 fi
 
-LDFLAGS="$LDFLAGS -llua$LUA_SUFFIX"
-
 echo -n "Checking Lua includes... "
 lua_h="$LUA_INCDIR/lua.h"
 if [ -e "$lua_h" ]