summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-01-25 04:12:40 +0000
committerAndy Wingo <wingo@pobox.com>2002-01-25 04:12:40 +0000
commitacbff8472ecdc48113a32015d2d3dd54d7051c69 (patch)
tree23b927ea51c7cfb7702e77351dffb8c998612cb9 /autogen.sh
parent3c7b55dbb54d6aabef9993b169cbd45c106cb8c3 (diff)
be less verbose
Original commit message from CVS: be less verbose
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 3c138bc1..bbc8e627 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -58,7 +58,6 @@ version_check ()
test -z "$NOCHECK" && {
echo -n "+ checking for $1 >= $VERSION ... "
} || {
- echo "+ NOT checking for $1 >= $VERSION, as requested ..."
return 0
}