at least temporarily to allow buildconf against apr trunk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758177
13f79535-47bb-0310-9956-
ffa450edef68
elif test "x$with_included_apr" = "xyes"; then
apu_found=reconfig
else
- APR_FIND_APU("$srcdir/srclib/apr-util", "./srclib/apr-util", 1, ${apr_major_version})
+ dnl If httpd is buildconf'ed against an apr 2.x tree, then 1.x
+ dnl isn't supported.
+ ifdef([APR_FIND_APU], [
+ APR_FIND_APU("$srcdir/srclib/apr-util", "./srclib/apr-util",
+ 1, ${apr_major_version})
+ ], [apu_found=no])
fi
if test "$apu_found" = "no"; then