From 70b89819fc82b518f1af38d39b7daa5d6828686c Mon Sep 17 00:00:00 2001 From: b1v1r Date: Wed, 11 Mar 2009 15:13:10 +0000 Subject: [PATCH] Fixed typo in script to search for APR-Util. --- apache2/build/find_apu.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apache2/build/find_apu.m4 b/apache2/build/find_apu.m4 index e20501e2..61da9dc9 100644 --- a/apache2/build/find_apu.m4 +++ b/apache2/build/find_apu.m4 @@ -30,10 +30,10 @@ if test ! -d "${withval}" -a -e "${withval}"; then fi dnl # Look for the config script -if test -z "${with_apr}"; then +if test -z "${with_apu}"; then dnl # Determine apu lib directory 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