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:45:14 UTC

svn commit: r1387474 - /httpd/httpd/branches/2.4.x/buildconf

Author: rpluem
Date: Wed Sep 19 07:45:14 2012
New Revision: 1387474

URL: http://svn.apache.org/viewvc?rev=1387474&view=rev
Log:
* APR-UTIL trunk is dead. Point to the latest stable branch.

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

Modified: httpd/httpd/branches/2.4.x/buildconf
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/buildconf?rev=1387474&r1=1387473&r2=1387474&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/buildconf (original)
+++ httpd/httpd/branches/2.4.x/buildconf Wed Sep 19 07:45:14 2012
@@ -118,7 +118,7 @@ if [ $apr_major_version -lt 2 ] ; 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/trunk srclib/apr-util"
+        echo "   svn co http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x srclib/apr-util"
         echo ""
         should_exit=1
     fi