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
commit52b97c49a81277aabf8e74c853fcb6da266e50fb (patch)
tree38cc50d5c2d52d851ed172fc85d51ff9547e10d7 /configure
parent211cf6c775c47247b537597e35f6cf2b3daf99ac (diff)
downloadprosody-52b97c49a81277aabf8e74c853fcb6da266e50fb.tar.gz
prosody-52b97c49a81277aabf8e74c853fcb6da266e50fb.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"