From: Paul Querna Date: Mon, 3 Nov 2008 03:08:35 +0000 (+0000) Subject: Bump trunk to require apr-util >=1.3.x, since we already require apr >=1.3.x. X-Git-Tag: 2.3.0~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c764e3608aa98e3be91fd7baa6c33ff5fef66f91;p=thirdparty%2Fapache%2Fhttpd.git Bump trunk to require apr-util >=1.3.x, since we already require apr >=1.3.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@710001 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index d5cdd17de2b..913466e4ebe 100644 --- a/configure.in +++ b/configure.in @@ -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