You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2012/09/19 09:46:36 UTC

svn commit: r1387477 - /httpd/httpd/branches/2.2.x/buildconf

Author: rpluem
Date: Wed Sep 19 07:46:35 2012
New Revision: 1387477

URL: http://svn.apache.org/viewvc?rev=1387477&view=rev
Log:
* APR-UTIL 1.3.x is outdated. We ship 2.2.x with 1.4.x. So point to it.

Modified:
    httpd/httpd/branches/2.2.x/buildconf

Modified: httpd/httpd/branches/2.2.x/buildconf
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/buildconf?rev=1387477&r1=1387476&r2=1387477&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/buildconf (original)
+++ httpd/httpd/branches/2.2.x/buildconf Wed Sep 19 07:46:35 2012
@@ -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