From 24ccf34d40fc7023a5deda8d9d94254a46d0ad72 Mon Sep 17 00:00:00 2001 From: b1v1r Date: Wed, 11 Mar 2009 15:21:43 +0000 Subject: [PATCH] Regenerate configure script. --- apache2/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apache2/configure b/apache2/configure index cde15597..bb597521 100755 --- a/apache2/configure +++ b/apache2/configure @@ -5560,9 +5560,9 @@ if test ! -d "${withval}" -a -e "${withval}"; then with_apu=`echo ${withval} | sed "s/\/\?${APU_CONFIG}\$//"` fi -if test -z "${with_apr}"; then +if test -z "${with_apu}"; 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 test_paths="${apu_path}" fi