The apu is under the apr dir on Solaris.

This commit is contained in:
brectanus
2008-01-30 01:04:53 +00:00
parent 0903a061a6
commit e12a2f08d9

View File

@@ -23,7 +23,7 @@ AC_ARG_WITH(
dnl # Determine apu lib directory
if test -z "${apu_path}"; then
test_paths="/usr/local/apu /usr/local/apr-util /usr/local /usr"
test_paths="/usr/local/apr /usr/local /usr"
else
test_paths="${apu_path}"
fi