From b39bd86797fe782e8da88c95c6195cad3e4a00bb Mon Sep 17 00:00:00 2001 From: brectanus Date: Tue, 29 Jan 2008 21:16:06 +0000 Subject: [PATCH] Fixed typo in lua finding script. --- apache2/build/find_lua.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apache2/build/find_lua.m4 b/apache2/build/find_lua.m4 index a9b8b95f..04ebf4b1 100644 --- a/apache2/build/find_lua.m4 +++ b/apache2/build/find_lua.m4 @@ -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=""