From dd052cfc9052f41001151995b7b658bc506b93e5 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 16 Sep 2003 02:29:01 +0000 Subject: [PATCH] remove spurious output --- stepmania/configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/configure.ac b/stepmania/configure.ac index 254fbbd8d2..3255d64843 100644 --- a/stepmania/configure.ac +++ b/stepmania/configure.ac @@ -42,7 +42,6 @@ AC_ARG_WITH(vorbis, AC_HELP_STRING([--without-vorbis], [Disable Vorbis support]) # This is used to force the integer decoder, on systems that prefer it. AC_ARG_WITH(integer-vorbis, AC_HELP_STRING([--with-integer-vorbis], [Integer vorbis decoding only]), with_int_vorbis=$withval, with_int_vorbis=no) -echo $with_int_vorbis have_vorbis=no if test "$with_vorbis" = "yes" -a "$with_int_vorbis" = "no"; then oldlibs="$LIBS"