summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2012-09-19 07:44:53 +0000
committerRuediger Pluem <rpluem@apache.org>2012-09-19 07:44:53 +0000
commitebe03ff096322156d1d4212ac972c6cd1424726b (patch)
tree5cfb6c26fbe4062772281180ce24202917f788d9 /buildconf
parent1c55455c361cc1e8d9d4c643b155a6e2af18ea72 (diff)
downloadhttpd-ebe03ff096322156d1d4212ac972c6cd1424726b.tar.gz
* APR-UTIL trunk is dead. Point to the latest stable branch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1387473 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index 718cad19d4..a58845d7c4 100755
--- a/buildconf
+++ b/buildconf
@@ -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