Software /
code /
prosody
Diff
configure @ 516:76d17a0d8a0a
Fix macosx ostype target
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 30 Nov 2008 19:59:28 +0000 |
parent | 515:5bc65a944ed5 |
child | 533:a29c27c32a34 |
line wrap: on
line diff
--- a/configure Sun Nov 30 19:58:41 2008 +0000 +++ b/configure Sun Nov 30 19:59:28 2008 +0000 @@ -122,7 +122,9 @@ 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