Software / code / prosody
Comparison
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 |
comparison
equal
deleted
inserted
replaced
| 515:5bc65a944ed5 | 516:76d17a0d8a0a |
|---|---|
| 120 LUA_INCDIR=/usr/include/lua5.1; | 120 LUA_INCDIR=/usr/include/lua5.1; |
| 121 LUA_INCDIR_SET=yes | 121 LUA_INCDIR_SET=yes |
| 122 fi | 122 fi |
| 123 if [ "$OSTYPE" = "macosx" ] | 123 if [ "$OSTYPE" = "macosx" ] |
| 124 then LUA_INCDIR=/usr/local/include; | 124 then LUA_INCDIR=/usr/local/include; |
| 125 LUA_INCDIR_SET=yes | |
| 125 LUA_LIBDIR=/usr/local/lib | 126 LUA_LIBDIR=/usr/local/lib |
| 127 LUA_LIBDIR_SET=yes | |
| 126 CFLAGS="-bundle -Wl,-undefined,dynamic_lookup" | 128 CFLAGS="-bundle -Wl,-undefined,dynamic_lookup" |
| 127 fi | 129 fi |
| 128 fi | 130 fi |
| 129 | 131 |
| 130 if [ "$PREFIX_SET" = "yes" -a ! "$SYSCONFDIR_SET" = "yes" ] | 132 if [ "$PREFIX_SET" = "yes" -a ! "$SYSCONFDIR_SET" = "yes" ] |