From: Ruediger Pluem Date: Wed, 19 Sep 2012 07:46:35 +0000 (+0000) Subject: * APR-UTIL 1.3.x is outdated. We ship 2.2.x with 1.4.x. So point to it. X-Git-Tag: 2.2.24~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b9e3c7e589d64000d822018dba4620e2f40f3b6;p=thirdparty%2Fapache%2Fhttpd.git * 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 --- 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