From c764e3608aa98e3be91fd7baa6c33ff5fef66f91 Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Mon, 3 Nov 2008 03:08:35 +0000 Subject: [PATCH] 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 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index d5cdd17de2..913466e4eb 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 -- 2.40.0