summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2002-09-17 05:36:39 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2002-09-17 05:36:39 +0000
commitb776793a798d4ed5464224ff648637f2ec26d54f (patch)
tree4fe40ba9be2a4f78cd51cc6b1cbddb2b052340df /configure.in
parent60efd13767080cf082abef7732f1b06ef41df084 (diff)
downloadflac-b776793a798d4ed5464224ff648637f2ec26d54f.tar.gz
minor tweaks
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
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 ;;