Regenerate configure script.

This commit is contained in:
b1v1r
2009-03-11 15:21:43 +00:00
parent 70b89819fc
commit 24ccf34d40

4
apache2/configure vendored
View File

@@ -5560,9 +5560,9 @@ if test ! -d "${withval}" -a -e "${withval}"; then
with_apu=`echo ${withval} | sed "s/\/\?${APU_CONFIG}\$//"` with_apu=`echo ${withval} | sed "s/\/\?${APU_CONFIG}\$//"`
fi fi
if test -z "${with_apr}"; then if test -z "${with_apu}"; then
if test -z "${apu_path}"; then if test -z "${apu_path}"; then
test_paths="/usr/local/apr /usr/local /usr" test_paths="/usr/local/apr-util /usr/local/apu /usr/local/apr /usr/local /usr"
else else
test_paths="${apu_path}" test_paths="${apu_path}"
fi fi