diff options
author | Andy Wingo <wingo@pobox.com> | 2002-01-25 04:12:40 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-01-25 04:12:40 +0000 |
commit | 8049f5faad35cb1bb987ddac2fbbe6bedcfe639a (patch) | |
tree | 59f008be3092f170e44e7c583a2bba7d7417fe3e /autogen.sh | |
parent | ac4c2a75cbc67d896e591beb3f9e021540d6b542 (diff) |
be less verbose
Original commit message from CVS:
be less verbose
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 3c138bc1b..bbc8e627a 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 } |