Daniel Shahaf <d...@daniel.shahaf.name> writes: > What if httpd or serf use apr-1.4.5 compiled with options X and > Subversion find apr-1.4.5 compiled with options Y?
The user can always break things. They could build Subversion against APR and then rebuild APR with different options. I suppose we (somebody with more desire to hack autoconf/m4 than me) could make --with-apr[-util] and --with-apxs mutually exclusive, if the user gives one it is an error to give the other. Then --with-apr would not build mod_dav_svn and --with-apxs would use Apache's apr. -- Philip