mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
configure: Fix explanation of where it looked for an interpreter (luarocks 3dcfa00, thanks Izaron)
This commit is contained in:
parent
656c5d45a1
commit
368d066955
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -428,7 +428,7 @@ fi
|
|||
if [ "$lua_interp_found" != "yes" ]
|
||||
then
|
||||
[ "$LUA_VERSION_SET" ] && { interp="Lua $LUA_VERSION" ;} || { interp="Lua" ;}
|
||||
[ "$LUA_DIR_SET" -o "$LUA_BINDIR_SET" ] && { where="$LUA_BINDIR" ;} || { interp="\$PATH" ;}
|
||||
[ "$LUA_DIR_SET" -o "$LUA_BINDIR_SET" ] && { where="$LUA_BINDIR" ;} || { where="\$PATH" ;}
|
||||
echo "$interp interpreter not found in $where"
|
||||
die "You may want to use the flags --with-lua, --with-lua-bin and/or --lua-suffix. See --help."
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue