Add some further searching for apr/apu/lua for solaris.

This commit is contained in:
brectanus
2008-01-30 00:57:52 +00:00
parent 698bff5fae
commit 8d05c9966d
5 changed files with 28 additions and 12 deletions

View File

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