]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Bump trunk to require apr-util >=1.3.x, since we already require apr >=1.3.x.
authorPaul Querna <pquerna@apache.org>
Mon, 3 Nov 2008 03:08:35 +0000 (03:08 +0000)
committerPaul Querna <pquerna@apache.org>
Mon, 3 Nov 2008 03:08:35 +0000 (03:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@710001 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index d5cdd17de2b46120cdc772f8e2e7614cc9001ddf..913466e4ebeb341c63ab10876518ca53f489e90b 100644 (file)
@@ -356,8 +356,8 @@ if test "${apr_found}" = "yes"; then
 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