Commit 308e265c authored by Ruediger Pluem's avatar Ruediger Pluem
Browse files

* 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
parent 1a369e65
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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