aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-12-26 05:00:45 +0000
committerMatthew Wild <mwild1@gmail.com>2010-12-26 05:00:45 +0000
commit33ff6899730227ef6145148097f80b83f07b27d9 (patch)
tree6bcafbf94ec970711ca1685bc10ecf26633295d2 /configure
parent819fefe58ed1cc7580fb1b26779134f857f7edc5 (diff)
downloadprosody-33ff6899730227ef6145148097f80b83f07b27d9.tar.gz
prosody-33ff6899730227ef6145148097f80b83f07b27d9.zip
configure: Don't add -llua to LDFLAGS, it's unnecessary
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 50591f29..af046223 100755
--- 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" ]