configure
branch0.11
changeset 10002 c8646f65767a
parent 9430 460f08008521
child 10003 d2febb4befbc
--- a/configure	Sat May 04 04:23:35 2019 +0200
+++ b/configure	Sat May 04 22:48:59 2019 +0200
@@ -419,6 +419,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