diff options
author | Kim Alvefur <zash@zash.se> | 2019-05-05 08:55:05 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-05-05 08:55:05 +0200 |
commit | 944620c2b447a2aed481478e8605a7d4f01d62c3 (patch) | |
tree | 1e6107600559fa3d5260f98464d9b8513ac919c1 | |
parent | 637b52a13e2c9e655a2595a4d8e274280e2fd612 (diff) | |
parent | e0000f5fa615d0f55195f55bd0e7d20c6b16651b (diff) | |
download | prosody-944620c2b447a2aed481478e8605a7d4f01d62c3.tar.gz prosody-944620c2b447a2aed481478e8605a7d4f01d62c3.zip |
Merge 0.11->trunk
-rwxr-xr-x | configure | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |