You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2014/01/23 06:48:08 UTC

svn commit: r1560586 - /subversion/trunk/build/ac-macros/apr.m4

Author: breser
Date: Thu Jan 23 05:48:07 2014
New Revision: 1560586

URL: http://svn.apache.org/r1560586
Log:
Permit building with apr-2 (aka trunk).

* build/ac-macros/apr.m4
  (SVN_LIB_APR): Add major 2 to the list of acceptable majors.

Modified:
    subversion/trunk/build/ac-macros/apr.m4

Modified: subversion/trunk/build/ac-macros/apr.m4
URL: http://svn.apache.org/viewvc/subversion/trunk/build/ac-macros/apr.m4?rev=1560586&r1=1560585&r2=1560586&view=diff
==============================================================================
--- subversion/trunk/build/ac-macros/apr.m4 (original)
+++ subversion/trunk/build/ac-macros/apr.m4 Thu Jan 23 05:48:07 2014
@@ -32,7 +32,7 @@ AC_DEFUN(SVN_LIB_APR,
 
   AC_MSG_NOTICE([Apache Portable Runtime (APR) library configuration])
 
-  APR_FIND_APR("", "", 1, [1 0])
+  APR_FIND_APR("", "", 1, [2 1 0])
 
   if test $apr_found = "no"; then
     AC_MSG_WARN([APR not found])