summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authororlikowski <orlikowski@13f79535-47bb-0310-9956-ffa450edef68>2001-07-12 07:52:25 +0000
committerorlikowski <orlikowski@13f79535-47bb-0310-9956-ffa450edef68>2001-07-12 07:52:25 +0000
commit2e58e39740379c909a3c97daf9ec87c92f38fb4c (patch)
tree61e5d199ae1a58fa5c25b4cbbe22ef923cad711d /build
parent342b31d8dc62b49e469211a5a09a2afa74ac5df8 (diff)
downloadlibapr-2e58e39740379c909a3c97daf9ec87c92f38fb4c.tar.gz
Making sure that the message matches the requirement.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61921 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rwxr-xr-xbuild/buildcheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/buildcheck.sh b/build/buildcheck.sh
index 74d1c92e0..86cf95f34 100755
--- a/build/buildcheck.sh
+++ b/build/buildcheck.sh
@@ -25,7 +25,7 @@ libtool=`build/PrintPath glibtool libtool`
lt_pversion=`$libtool --version 2>/dev/null|sed -e 's/^[^0-9]*//' -e 's/[- ].*//'`
if test -z "$lt_pversion"; then
echo "buildconf: libtool not found."
-echo " You need libtool version 1.3 or newer installed"
+echo " You need libtool version 1.3.3 or newer installed"
echo " to build Apache from CVS."
exit 1
fi