Software / code / prosody
Comparison
configure @ 4030:9e9aaed03021
configure: Don't add -llua to LDFLAGS, it's unnecessary
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Sun, 26 Dec 2010 05:00:45 +0000 |
| parent | 3884:b623ff8b2202 |
| child | 4444:498eaeff6a05 |
comparison
equal
deleted
inserted
replaced
| 4029:fb027b2811c2 | 4030:9e9aaed03021 |
|---|---|
| 277 if [ "$IDN_LIBRARY" = "idn" ] | 277 if [ "$IDN_LIBRARY" = "idn" ] |
| 278 then | 278 then |
| 279 IDNA_LIBS="-l$IDN_LIB" | 279 IDNA_LIBS="-l$IDN_LIB" |
| 280 fi | 280 fi |
| 281 | 281 |
| 282 LDFLAGS="$LDFLAGS -llua$LUA_SUFFIX" | |
| 283 | |
| 284 echo -n "Checking Lua includes... " | 282 echo -n "Checking Lua includes... " |
| 285 lua_h="$LUA_INCDIR/lua.h" | 283 lua_h="$LUA_INCDIR/lua.h" |
| 286 if [ -e "$lua_h" ] | 284 if [ -e "$lua_h" ] |
| 287 then | 285 then |
| 288 echo "lua.h found in $lua_h" | 286 echo "lua.h found in $lua_h" |