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 2012/11/13 23:15:21 UTC

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

Author: breser
Date: Tue Nov 13 22:15:21 2012
New Revision: 1408985

URL: http://svn.apache.org/viewvc?rev=1408985&view=rev
Log:
Allow httpd-trunk (2.5.x) to be used with APR 1.x. 

* build/ac-macros/apache.m4
    (SVN_FIND_APACHE): httpd 2.5.x supports building against APR 1.x

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=1408985&r1=1408984&r2=1408985&view=diff
==============================================================================
--- subversion/trunk/build/ac-macros/apache.m4 (original)
+++ subversion/trunk/build/ac-macros/apache.m4 Tue Nov 13 22:15:21 2012
@@ -97,7 +97,7 @@ if test -n "$APXS" && test "$APXS" != "n
       apache_minor_version_wanted_regex="0"
       ;;
     1)
-      apache_minor_version_wanted_regex=["[1-4]"]
+      apache_minor_version_wanted_regex=["[1-5]"]
       ;;
     2)
       apache_minor_version_wanted_regex=["[3-5]"]