configure
branch0.11
changeset 10002 c8646f65767a
parent 9430 460f08008521
child 10003 d2febb4befbc
equal deleted inserted replaced
9998:524b8cd76780 10002:c8646f65767a
   417    search_interpreter "$LUA_SUFFIX" && {
   417    search_interpreter "$LUA_SUFFIX" && {
   418    lua_interp_found=yes
   418    lua_interp_found=yes
   419 }
   419 }
   420 fi
   420 fi
   421 
   421 
       
   422 # See #1353
       
   423 if [ "$LUA_DIR_SET" != "yes" ] && [ "$LUA_DIR" = "/" ]
       
   424 then
       
   425    LUA_DIR="/usr"
       
   426 fi
       
   427 
       
   428 
   422 if [ "$lua_interp_found" != "yes" ] && [ "$RUNWITH_SET" != "yes" ]
   429 if [ "$lua_interp_found" != "yes" ] && [ "$RUNWITH_SET" != "yes" ]
   423 then
   430 then
   424    if [ "$LUA_VERSION_SET" ]; then
   431    if [ "$LUA_VERSION_SET" ]; then
   425       interp="Lua $LUA_VERSION";
   432       interp="Lua $LUA_VERSION";
   426    else
   433    else