aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-12-03 15:09:58 +0000
committerMatthew Wild <mwild1@gmail.com>2008-12-03 15:09:58 +0000
commite9c064e355fee23eca94878748b4b182d1d625ac (patch)
tree7b6d2c0f1590858ca3eaed80de5758c64b9ee328 /configure
parentf1a9c23909b5472f68a9d81c858d267c48a9405e (diff)
parent1c20002637bbd2c9cfaa951acd74ed95a0217e99 (diff)
downloadprosody-e9c064e355fee23eca94878748b4b182d1d625ac.tar.gz
prosody-e9c064e355fee23eca94878748b4b182d1d625ac.zip
Merge from waqas
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 3b1898e0..a647d910 100755
--- a/configure
+++ b/configure
@@ -116,11 +116,15 @@ if [ "$OSTYPE_SET" = "yes" ]
then
if [ "$OSTYPE" = "debian" ]
then LUA_SUFFIX="5.1";
+ LUA_SUFFIX_SET=yes
LUA_INCDIR=/usr/include/lua5.1;
+ LUA_INCDIR_SET=yes
fi
if [ "$OSTYPE" = "macosx" ]
then LUA_INCDIR=/usr/local/include;
+ LUA_INCDIR_SET=yes
LUA_LIBDIR=/usr/local/lib
+ LUA_LIBDIR_SET=yes
CFLAGS="-bundle -Wl,-undefined,dynamic_lookup"
fi
fi