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