[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

APR 0.9.4 allowed but no longer works

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2003-10-30 00:22:06 CET

Building with APR 0.9.4 source as a subdirectory of the Subversion source tree proceeds until the final link, failing there with an unresolved function (something like ra_something_initialise).

I believe that APR 0.9.5 is now required; the INSTALL file says so but configure.in does not check for it.

Is this the required patch?

Index: configure.in
===================================================================
--- configure.in (revision 7564)
+++ configure.in (working copy)
@@ -121,9 +121,9 @@

 dnl verify apr version and set apr flags
 changequote(<<, >>)
-APR_VER_REGEX="0\.9\.[4-9]"
+APR_VER_REGEX="0\.9\.[5-9]"
 APR_VER_REGEX_TOO="1\.0"
-APU_VER_REGEX="0\.9\.[4-9]"
+APU_VER_REGEX="0\.9\.[5-9]"
 APU_VER_REGEX_TOO="1\.0"
 changequote([, ])

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 30 00:21:15 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.