Hyrum K Wright <hy...@hyrumwright.org> writes: > moving forward, not backward. One possible solution is to just not > build mod_dav_svn, rather than torpedoing the entire build, if > Apache's APR doesn't match configure's. In any case, I think the > current situation is not viable long term.
I made it skip the module build when a mismatch was detected, provided the user had not specified --with-apxs explicitly. That didn't fix the buildbot as it does specified --with-apxs explicitly. I've realised that checking APR is probably not the right thing to do. If we want to ensure BDB compatibility we should check APR-UTIL, rather then APR, or the BDB used by APR-UTIL. So I've reverted back to the earlier Apache/APR checking that allows mismatched APRs. -- Philip