mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
Merge 0.11->trunk
This commit is contained in:
commit
944620c2b4
1 changed files with 7 additions and 0 deletions
7
configure
vendored
7
configure
vendored
|
@ -426,6 +426,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