diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2002-09-17 05:36:39 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2002-09-17 05:36:39 +0000 |
commit | b776793a798d4ed5464224ff648637f2ec26d54f (patch) | |
tree | 4fe40ba9be2a4f78cd51cc6b1cbddb2b052340df /configure.in | |
parent | 60efd13767080cf082abef7732f1b06ef41df084 (diff) | |
download | flac-b776793a798d4ed5464224ff648637f2ec26d54f.tar.gz |
minor tweaks
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 9d2d3c42..8eadd445 100644 --- a/configure.in +++ b/configure.in @@ -205,7 +205,7 @@ AC_DEFINE(FLAC__USE_3DNOW) fi AC_ARG_ENABLE(exhaustive-tests, -[ --enable-exhaustive-tests Enable exhaustive testing. "make check" will take a LONG time!], +[ --enable-exhaustive-tests Enable exhaustive testing], [case "${enableval}" in yes) exhaustive_tests=true ;; no) exhaustive_tests=false ;; |