From 38ae0356f59c2b9396a8fe20d333ce3868250751 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Fri, 5 Oct 2007 03:36:45 +0000 Subject: [PATCH] As APR 1.2.x cannot solve it's issues with apr_proc_create(), mandate the working version of APR (1.3.0-dev or later). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582069 13f79535-47bb-0310-9956-ffa450edef68 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 7f267f2000..f3a55b2d15 100644 --- a/configure.in +++ b/configure.in @@ -346,8 +346,8 @@ AC_MINIX # Ensure that satisfactory versions of apr and apr-util are # found if external copies are configured. if test "${apr_found}" = "yes"; then - # Require APR 1.2.x otherwise fail - APACHE_CHECK_APxVER([apr], 1, 2) + # Require APR 1.3.x otherwise fail + APACHE_CHECK_APxVER([apr], 1, 3) fi if test "${apu_found}" = "yes"; then -- 2.40.0