aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2019-05-05 08:55:05 +0200
committerKim Alvefur <zash@zash.se>2019-05-05 08:55:05 +0200
commit944620c2b447a2aed481478e8605a7d4f01d62c3 (patch)
tree1e6107600559fa3d5260f98464d9b8513ac919c1 /configure
parent637b52a13e2c9e655a2595a4d8e274280e2fd612 (diff)
parente0000f5fa615d0f55195f55bd0e7d20c6b16651b (diff)
downloadprosody-944620c2b447a2aed481478e8605a7d4f01d62c3.tar.gz
prosody-944620c2b447a2aed481478e8605a7d4f01d62c3.zip
Merge 0.11->trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure b/configure
index 1343d34b..c8ad1115 100755
--- a/configure
+++ b/configure
@@ -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