aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-11-30 19:59:28 +0000
committerMatthew Wild <mwild1@gmail.com>2008-11-30 19:59:28 +0000
commit83492949889032e73dee35facb246feae8cc807c (patch)
tree13c2f28e28997f92fb3376e07c9da4975e44a9c2 /configure
parentc26a933765959c070785c3ce73c04f984cd566c5 (diff)
downloadprosody-83492949889032e73dee35facb246feae8cc807c.tar.gz
prosody-83492949889032e73dee35facb246feae8cc807c.zip
Fix macosx ostype target
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 4993526d..a647d910 100755
--- a/configure
+++ b/configure
@@ -122,7 +122,9 @@ then
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