configure: Handle lua being found in /bin (workaround for #1353)

This commit is contained in:
Kim Alvefur 2019-05-04 22:48:59 +02:00
parent 6dfc361a6c
commit 85723ef847

7
configure vendored
View file

@ -419,6 +419,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