From 6b9e3c7e589d64000d822018dba4620e2f40f3b6 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Wed, 19 Sep 2012 07:46:35 +0000 Subject: [PATCH] * APR-UTIL 1.3.x is outdated. We ship 2.2.x with 1.4.x. So point to it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1387477 13f79535-47bb-0310-9956-ffa450edef68 --- buildconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildconf b/buildconf index 4e0318185ca..24c9c9683cf 100755 --- a/buildconf +++ b/buildconf @@ -95,7 +95,7 @@ if [ $apu_found -lt 1 ]; then echo "or specify the location of the source with " echo "--with-apr-util=[path to apr-util] :" echo "" - echo " svn co http://svn.apache.org/repos/asf/apr/apr-util/branches/1.3.x srclib/apr-util" + echo " svn co http://svn.apache.org/repos/asf/apr/apr-util/branches/1.4.x srclib/apr-util" echo "" should_exit=1 fi -- 2.47.3