summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2007-10-05 03:36:45 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2007-10-05 03:36:45 +0000
commit38ae0356f59c2b9396a8fe20d333ce3868250751 (patch)
treefa6b45beb50195bb11b1e356a8582e32dcad4d32 /configure.in
parent54dc286b091d6542c61436a12fcb6e989f6900cc (diff)
downloadhttpd-38ae0356f59c2b9396a8fe20d333ce3868250751.tar.gz
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files 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