remove spurious output

This commit is contained in:
Glenn Maynard
2003-09-16 02:29:01 +00:00
parent ef66837ec2
commit dd052cfc90
-1
View File
@@ -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"