Arfrever Frehtes Taifersar Arahesis <arfrever....@gmail.com> writes: >> checking whether Apache's APR is compatible configure's APR... no >> configure: error: Apache's APR version 1.3.8 doesn't match configure's 1.4.5 >> >> This buildbot was building successfully before the change. Should we >> provide a configure flag to allow such builds? Revert the change? > > IMHO only major version of APR (e.g. "1" from "1.3.8" / "1.4.5") > should be compared.
We could do that. One thing we check is that BDB used by Subversion is the same as that used by apr-util, to avoid loading two different BDB into the process. If Apache uses a different apr/apr-util then it defeats the check. -- Philip