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
commit084742587ef6560ab1ca7042901bf65bf404a753 (patch)
treede5cee57c3fe420b124304254fbdfaaf3ea0c46a /configure
parente9fff01f561a0b82168b8fe0a9761e83d17bd2c9 (diff)
downloadprosody-084742587ef6560ab1ca7042901bf65bf404a753.tar.gz
prosody-084742587ef6560ab1ca7042901bf65bf404a753.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" ]