configure

changeset 515
5bc65a944ed5
parent 511
f9ab28562fda
child 516
76d17a0d8a0a
equal deleted inserted replaced
514:03d7da01843e 515:5bc65a944ed5
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;
123 LUA_LIBDIR=/usr/local/lib 125 LUA_LIBDIR=/usr/local/lib
124 CFLAGS="-bundle -Wl,-undefined,dynamic_lookup" 126 CFLAGS="-bundle -Wl,-undefined,dynamic_lookup"

mercurial