aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2010-12-14 18:35:05 +0100
committerTobias Markmann <tm@ayena.de>2010-12-14 18:35:05 +0100
commit798aeefcfbd2db78ca949b2c47f0b37ce4d8ea6c (patch)
tree9fb7e408149d8cd09f25c04c5b3a298959ff4f53 /configure
parent93b0dcf56a5b0460abeb1f5d542e5a77178f779d (diff)
downloadprosody-798aeefcfbd2db78ca949b2c47f0b37ce4d8ea6c.tar.gz
prosody-798aeefcfbd2db78ca949b2c47f0b37ce4d8ea6c.zip
Fix lua lib name in LDFLAGS.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index adf081a6..6a1d656e 100755
--- 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"