Fixed typo in lua finding script.

This commit is contained in:
brectanus 2008-01-29 21:16:06 +00:00
parent 229b1f9db6
commit b39bd86797

View File

@ -51,7 +51,7 @@ else
with_lua_lib="${x}"
break
elif test -e "${x}/lib/liblua5.1.so"; then
with_lua_lib="${x}"
with_lua_lib="${x}/lib"
break
else
with_lua_lib=""
@ -62,7 +62,7 @@ else
with_lua_inc="${x}"
break
elif test -e "${x}/include/lua.h"; then
with_lua_inc="${x}"
with_lua_inc="${x}/include"
break
else
with_lua_inc=""