You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2010/04/28 03:38:00 UTC

svn commit: r938744 - /subversion/trunk/configure.ac

Author: hwright
Date: Wed Apr 28 01:37:59 2010
New Revision: 938744

URL: http://svn.apache.org/viewvc?rev=938744&view=rev
Log:
Revert r931697, thereby allowing APR 1.4.x again.  The issue cited in that
revision has not yet been resolved, but the broken parts have been reverted
for the time being.

Modified:
    subversion/trunk/configure.ac

Modified: subversion/trunk/configure.ac
URL: http://svn.apache.org/viewvc/subversion/trunk/configure.ac?rev=938744&r1=938743&r2=938744&view=diff
==============================================================================
--- subversion/trunk/configure.ac (original)
+++ subversion/trunk/configure.ac Wed Apr 28 01:37:59 2010
@@ -92,10 +92,7 @@ dnl   now generating errors instead of s
 dnl   them.  Only .7 and later can guarantee repository
 dnl   integrity with FSFS.
 
-dnl APR 1.4.x is currently broken on OS X; see APR issue 48476 for
-dnl the details.
-
-APR_VER_REGEXES=["0\.9\.[7-9] 0\.9\.1[0-9] 1\.[0-3]\."]
+APR_VER_REGEXES=["0\.9\.[7-9] 0\.9\.1[0-9] 1\."]
 APU_VER_REGEXES=["0\.9\.[7-9] 0\.9\.1[0-9] 1\."]
 
 SVN_LIB_APR($APR_VER_REGEXES)