]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* APR-UTIL 1.3.x is outdated. We ship 2.2.x with 1.4.x. So point to it.
authorRuediger Pluem <rpluem@apache.org>
Wed, 19 Sep 2012 07:46:35 +0000 (07:46 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 19 Sep 2012 07:46:35 +0000 (07:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1387477 13f79535-47bb-0310-9956-ffa450edef68

buildconf

index 4e0318185cafee95d68c6bd1eb5ddd4a2c6485bb..24c9c9683cfb2d30014c2134befb9fda483a3868 100755 (executable)
--- 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