From: William A. Rowe Jr Date: Fri, 5 Oct 2007 03:36:45 +0000 (+0000) Subject: As APR 1.2.x cannot solve it's issues with apr_proc_create(), X-Git-Tag: 2.3.0~1358 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38ae0356f59c2b9396a8fe20d333ce3868250751;p=apache 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 --- 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