Software /
code /
prosody
Comparison
configure @ 524:3f9f67f1a106
Merge from waqas
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 03 Dec 2008 15:09:58 +0000 |
parent | 516:76d17a0d8a0a |
child | 533:a29c27c32a34 |
comparison
equal
deleted
inserted
replaced
523:c0f15538f358 | 524:3f9f67f1a106 |
---|---|
114 | 114 |
115 if [ "$OSTYPE_SET" = "yes" ] | 115 if [ "$OSTYPE_SET" = "yes" ] |
116 then | 116 then |
117 if [ "$OSTYPE" = "debian" ] | 117 if [ "$OSTYPE" = "debian" ] |
118 then LUA_SUFFIX="5.1"; | 118 then LUA_SUFFIX="5.1"; |
119 LUA_SUFFIX_SET=yes | |
119 LUA_INCDIR=/usr/include/lua5.1; | 120 LUA_INCDIR=/usr/include/lua5.1; |
121 LUA_INCDIR_SET=yes | |
120 fi | 122 fi |
121 if [ "$OSTYPE" = "macosx" ] | 123 if [ "$OSTYPE" = "macosx" ] |
122 then LUA_INCDIR=/usr/local/include; | 124 then LUA_INCDIR=/usr/local/include; |
125 LUA_INCDIR_SET=yes | |
123 LUA_LIBDIR=/usr/local/lib | 126 LUA_LIBDIR=/usr/local/lib |
127 LUA_LIBDIR_SET=yes | |
124 CFLAGS="-bundle -Wl,-undefined,dynamic_lookup" | 128 CFLAGS="-bundle -Wl,-undefined,dynamic_lookup" |
125 fi | 129 fi |
126 fi | 130 fi |
127 | 131 |
128 if [ "$PREFIX_SET" = "yes" -a ! "$SYSCONFDIR_SET" = "yes" ] | 132 if [ "$PREFIX_SET" = "yes" -a ! "$SYSCONFDIR_SET" = "yes" ] |