Comparison

configure @ 7749:a43a9ffd0579

configure: Fix quote on the correct side of the equals sign
author Kim Alvefur <zash@zash.se>
date Mon, 28 Nov 2016 06:55:48 +0100
parent 7748:4ba697569f84
child 7931:b619b85e01aa
comparison
equal deleted inserted replaced
7748:4ba697569f84 7749:a43a9ffd0579
314 if [ "$LUA_DIR_SET" != "yes" ] 314 if [ "$LUA_DIR_SET" != "yes" ]
315 then 315 then
316 echo -n "Looking for Lua... " 316 echo -n "Looking for Lua... "
317 if [ ! "$find_lua" ] 317 if [ ! "$find_lua" ]
318 then 318 then
319 find_lua"=$(find_program lua$LUA_SUFFIX)" 319 find_lua="$(find_program lua$LUA_SUFFIX)"
320 echo "lua$LUA_SUFFIX found in \$PATH: $find_lua" 320 echo "lua$LUA_SUFFIX found in \$PATH: $find_lua"
321 fi 321 fi
322 if [ "$find_lua" ] 322 if [ "$find_lua" ]
323 then 323 then
324 LUA_DIR="$(dirname $find_lua)" 324 LUA_DIR="$(dirname $find_lua)"