You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2013/10/20 22:43:26 UTC

svn commit: r1533975 - /apr/apr/trunk/build/buildcheck.sh

Author: trawick
Date: Sun Oct 20 20:43:26 2013
New Revision: 1533975

URL: http://svn.apache.org/r1533975
Log:
axe old messages about lack of support for libtool 2.x

Modified:
    apr/apr/trunk/build/buildcheck.sh

Modified: apr/apr/trunk/build/buildcheck.sh
URL: http://svn.apache.org/viewvc/apr/apr/trunk/build/buildcheck.sh?rev=1533975&r1=1533974&r2=1533975&view=diff
==============================================================================
--- apr/apr/trunk/build/buildcheck.sh (original)
+++ apr/apr/trunk/build/buildcheck.sh Sun Oct 20 20:43:26 2013
@@ -44,7 +44,6 @@ if test -z "$lt_pversion"; then
 echo "buildconf: libtool not found."
 echo "           You need libtool version 1.4 or newer installed"
 echo "           to build APR from SVN."
-echo "           (libtool 2.x not supported yet)"
 exit 1
 fi
 lt_version=`echo $lt_pversion|sed -e 's/\([a-z]*\)$/.\1/'`
@@ -63,6 +62,5 @@ fi
 echo "buildconf: libtool version $lt_pversion found."
 echo "           You need libtool version 1.4 or newer installed"
 echo "           to build APR from SVN."
-echo "           (libtool 2.x not supported yet)"
 
 exit 1