Changeset

4030:9e9aaed03021

configure: Don't add -llua to LDFLAGS, it's unnecessary
author Matthew Wild <mwild1@gmail.com>
date Sun, 26 Dec 2010 05:00:45 +0000
parents 4029:fb027b2811c2
children 4031:8a0561a647f0
files configure
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri Dec 24 18:54:54 2010 +0000
+++ b/configure	Sun Dec 26 05:00:45 2010 +0000
@@ -279,8 +279,6 @@
 	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" ]