configure: Fix quote on the correct side of the equals sign

This commit is contained in:
Kim Alvefur 2016-11-28 06:55:48 +01:00
parent de17820626
commit 1d21e033f3

2
configure vendored
View file

@ -316,7 +316,7 @@ then
echo -n "Looking for Lua... "
if [ ! "$find_lua" ]
then
find_lua"=$(find_program lua$LUA_SUFFIX)"
find_lua="$(find_program lua$LUA_SUFFIX)"
echo "lua$LUA_SUFFIX found in \$PATH: $find_lua"
fi
if [ "$find_lua" ]