You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2012/02/21 19:10:31 UTC

svn commit: r1291949 - /subversion/trunk/build/ac-macros/apache.m4

Author: philip
Date: Tue Feb 21 18:10:30 2012
New Revision: 1291949

URL: http://svn.apache.org/viewvc?rev=1291949&view=rev
Log:
* build/ac-macros/apache.m4: Allow httpd 2.5 with APR 2.  Not sure I fully
  understand this check, but this allows Subversion trunk to build with
  httpd and APR trunk.

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

Modified: subversion/trunk/build/ac-macros/apache.m4
URL: http://svn.apache.org/viewvc/subversion/trunk/build/ac-macros/apache.m4?rev=1291949&r1=1291948&r2=1291949&view=diff
==============================================================================
--- subversion/trunk/build/ac-macros/apache.m4 (original)
+++ subversion/trunk/build/ac-macros/apache.m4 Tue Feb 21 18:10:30 2012
@@ -100,7 +100,7 @@ if test -n "$APXS" && test "$APXS" != "n
       apache_minor_version_wanted_regex=["[1-4]"]
       ;;
     2)
-      apache_minor_version_wanted_regex=["[3-4]"]
+      apache_minor_version_wanted_regex=["[3-5]"]
       ;;
     *)
       AC_MSG_ERROR([unknown APR version])