]> granicus.if.org Git - apache/commitdiff
As APR 1.2.x cannot solve it's issues with apr_proc_create(),
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 5 Oct 2007 03:36:45 +0000 (03:36 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 5 Oct 2007 03:36:45 +0000 (03:36 +0000)
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

index 7f267f200080cedc06efa6440d189a70866a00ba..f3a55b2d15df45ddc79f395a5565d543c3f63263 100644 (file)
@@ -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