minor tweaks
authorJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 17 Sep 2002 05:36:39 +0000 (05:36 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 17 Sep 2002 05:36:39 +0000 (05:36 +0000)
configure.in

index 9d2d3c4..8eadd44 100644 (file)
@@ -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 ;;