mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
configure: Handle lua being found in /bin (workaround for #1353)
This commit is contained in:
parent
6dfc361a6c
commit
85723ef847
1 changed files with 7 additions and 0 deletions
7
configure
vendored
7
configure
vendored
|
@ -419,6 +419,13 @@ else
|
|||
}
|
||||
fi
|
||||
|
||||
# See #1353
|
||||
if [ "$LUA_DIR_SET" != "yes" ] && [ "$LUA_DIR" = "/" ]
|
||||
then
|
||||
LUA_DIR="/usr"
|
||||
fi
|
||||
|
||||
|
||||
if [ "$lua_interp_found" != "yes" ] && [ "$RUNWITH_SET" != "yes" ]
|
||||
then
|
||||
if [ "$LUA_VERSION_SET" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue