Cleanup apu and lua find macros.

This commit is contained in:
b1v1r
2009-09-22 06:41:22 +00:00
parent e39b46e0cc
commit 9b13fec05e
3 changed files with 4 additions and 4 deletions

4
apache2/configure vendored
View File

@@ -5571,7 +5571,7 @@ $as_echo_n "checking for libapu config script... " >&6; }
for x in ${test_paths}; do
if test ! -d "$x" -a -e "$x"; then
APU_CONFIG="`basename $x`"
APU_CONFIG=$x
apu_path="no"
break
fi
@@ -5721,7 +5721,7 @@ $as_echo_n "checking for liblua config script... " >&6; }
for x in ${test_paths}; do
if test ! -d "$x" -a -e "$x"; then
LUA_CONFIG="$x"
LUA_CONFIG=$x
break
fi