Merge 0.11->trunk

This commit is contained in:
Kim Alvefur 2019-05-05 08:55:05 +02:00
commit 944620c2b4

7
configure vendored
View file

@ -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