On Wed, 2011-06-22 at 15:01 +0100, Philip Martin wrote: > 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?
Seems to me we should change the buildbot to use a consistent version of APR, because I agree with Greg's comment earlier to the effect that anyone wanting to mix APR versions on purpose is the "odd man out" and should expect to have to futz with the configuration. - Julian > > 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. >