You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2008/11/03 04:08:35 UTC

svn commit: r710001 - /httpd/httpd/trunk/configure.in

Author: pquerna
Date: Sun Nov  2 19:08:35 2008
New Revision: 710001

URL: http://svn.apache.org/viewvc?rev=710001&view=rev
Log:
Bump trunk to require apr-util >=1.3.x, since we already require apr >=1.3.x.

Modified:
    httpd/httpd/trunk/configure.in

Modified: httpd/httpd/trunk/configure.in
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/configure.in?rev=710001&r1=710000&r2=710001&view=diff
==============================================================================
--- httpd/httpd/trunk/configure.in (original)
+++ httpd/httpd/trunk/configure.in Sun Nov  2 19:08:35 2008
@@ -356,8 +356,8 @@
 fi
 
 if test "${apu_found}" = "yes"; then
-  # Require APR-util 1.2.x otherwise fail
-  APACHE_CHECK_APxVER([apu], 1, 2)
+  # Require APR-util 1.3.x otherwise fail
+  APACHE_CHECK_APxVER([apu], 1, 3)
 fi
 
 dnl Check for what we can generate dependency files with