# HG changeset patch # User Kim Alvefur # Date 1557039305 -7200 # Node ID d2febb4befbc688c82252e447846cb72f2d5363b # Parent 7c4631d7b6fbb53a2d1c055defa6a0187a8a0b8d# Parent c8646f65767aef4f64b22ec2374b73c59c49b172 Merge 0.11->trunk diff -r 7c4631d7b6fb -r d2febb4befbc 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