Software /
code /
prosody
Comparison
configure @ 8086:4d363834f36d
configure: Fix explanation of where it looked for an interpreter (luarocks 3dcfa00, thanks Izaron)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 15 Apr 2017 02:06:42 +0200 |
parent | 7987:b3ee697158b5 |
child | 8087:eb38f3b919be |
comparison
equal
deleted
inserted
replaced
8084:655837e9eeeb | 8086:4d363834f36d |
---|---|
426 fi | 426 fi |
427 | 427 |
428 if [ "$lua_interp_found" != "yes" ] | 428 if [ "$lua_interp_found" != "yes" ] |
429 then | 429 then |
430 [ "$LUA_VERSION_SET" ] && { interp="Lua $LUA_VERSION" ;} || { interp="Lua" ;} | 430 [ "$LUA_VERSION_SET" ] && { interp="Lua $LUA_VERSION" ;} || { interp="Lua" ;} |
431 [ "$LUA_DIR_SET" -o "$LUA_BINDIR_SET" ] && { where="$LUA_BINDIR" ;} || { interp="\$PATH" ;} | 431 [ "$LUA_DIR_SET" -o "$LUA_BINDIR_SET" ] && { where="$LUA_BINDIR" ;} || { where="\$PATH" ;} |
432 echo "$interp interpreter not found in $where" | 432 echo "$interp interpreter not found in $where" |
433 die "You may want to use the flags --with-lua, --with-lua-bin and/or --lua-suffix. See --help." | 433 die "You may want to use the flags --with-lua, --with-lua-bin and/or --lua-suffix. See --help." |
434 fi | 434 fi |
435 | 435 |
436 if [ "$LUA_VERSION_SET" = "yes" ] | 436 if [ "$LUA_VERSION_SET" = "yes" ] |