Software / code / prosody
Comparison
configure @ 9999:d2febb4befbc
Merge 0.11->trunk
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 05 May 2019 08:55:05 +0200 |
| parent | 9861:84916bbe5985 |
| parent | 9998:c8646f65767a |
| child | 10008:272c436ca5d1 |
comparison
equal
deleted
inserted
replaced
| 9997:7c4631d7b6fb | 9999:d2febb4befbc |
|---|---|
| 424 search_interpreter "$LUA_SUFFIX" && { | 424 search_interpreter "$LUA_SUFFIX" && { |
| 425 lua_interp_found=yes | 425 lua_interp_found=yes |
| 426 } | 426 } |
| 427 fi | 427 fi |
| 428 | 428 |
| 429 # See #1353 | |
| 430 if [ "$LUA_DIR_SET" != "yes" ] && [ "$LUA_DIR" = "/" ] | |
| 431 then | |
| 432 LUA_DIR="/usr" | |
| 433 fi | |
| 434 | |
| 435 | |
| 429 if [ "$lua_interp_found" != "yes" ] && [ "$RUNWITH_SET" != "yes" ] | 436 if [ "$lua_interp_found" != "yes" ] && [ "$RUNWITH_SET" != "yes" ] |
| 430 then | 437 then |
| 431 if [ "$LUA_VERSION_SET" ]; then | 438 if [ "$LUA_VERSION_SET" ]; then |
| 432 interp="Lua $LUA_VERSION"; | 439 interp="Lua $LUA_VERSION"; |
| 433 else | 440 else |