Changeset

9999:d2febb4befbc

Merge 0.11->trunk
author Kim Alvefur <zash@zash.se>
date Sun, 05 May 2019 08:55:05 +0200
parents 9997:7c4631d7b6fb (current diff) 9998:c8646f65767a (diff)
children 10000:189b00a782bf
files configure
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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