summaryrefslogtreecommitdiff
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
commit4a647591dbe2f6f9fc91fbf01b95bc992753c030 (patch)
treeb51d25c4f350a028d63c54301ec433b2436986f7 /autogen.sh
parent1db522f3bdb3a542b053f7e65fc80d47c97e9572 (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 3c138bc1b5..bbc8e627ae 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
}