Author: breser
Date: Wed Feb 26 23:21:34 2014
New Revision: 1572339
URL: http://svn.apache.org/r1572339
Log:
Bump required version of Apache httpd to 2.2.x or newer.
* INSTALL: Change from 2.x to 2.2.x or newer.
* configure.ac: Require 2.2.x's module magic number.
Modified:
subversion/trunk/INSTALL
subversion/trunk/configure.ac
Modified: subversion/trunk/INSTALL
URL:
http://svn.apache.org/viewvc/subversion/trunk/INSTALL?rev=1572339&r1=1572338&r2=1572339&view=diff
==============================================================================
--- subversion/trunk/INSTALL (original)
+++ subversion/trunk/INSTALL Wed Feb 26 23:21:34 2014
@@ -436,7 +436,7 @@ I. INTRODUCTION
http://freshmeat.net/projects/cyrussasl/
- 9. Apache Web Server 2.X (OPTIONAL)
+ 9. Apache Web Server 2.2.X or newer (OPTIONAL)
(http://httpd.apache.org/download.cgi)
Modified: subversion/trunk/configure.ac
URL:
http://svn.apache.org/viewvc/subversion/trunk/configure.ac?rev=1572339&r1=1572338&r2=1572339&view=diff
==============================================================================
--- subversion/trunk/configure.ac (original)
+++ subversion/trunk/configure.ac Wed Feb 26 23:21:34 2014
@@ -140,7 +140,7 @@ fi
dnl Find Apache with a recent-enough magic module number
-SVN_FIND_APACHE(20020903)
+SVN_FIND_APACHE(20051115)
dnl Search for SQLite. If you change SQLITE_URL from a .zip to
dnl something else also update build/ac-macros/sqlite.m4 to reflect