Merge 0.11->trunk
authorKim Alvefur <zash@zash.se>
Sun, 05 May 2019 08:55:05 +0200
changeset 10003 d2febb4befbc
parent 10001 7c4631d7b6fb (current diff)
parent 10002 c8646f65767a (diff)
child 10004 189b00a782bf
Merge 0.11->trunk
configure
--- a/configure	Sun May 05 08:12:16 2019 +0200
+++ b/configure	Sun May 05 08:55:05 2019 +0200
@@ -426,6 +426,13 @@
 }
 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