configure: remove non-pkg-config check for shout
authorDavid Schleef <ds@schleef.org>
Sat, 25 Jun 2011 18:39:23 +0000 (11:39 -0700)
committerDavid Schleef <ds@schleef.org>
Sat, 25 Jun 2011 18:39:23 +0000 (11:39 -0700)
Fixes: 653327

configure.ac

index 74dd200..d6f2b9b 100644 (file)
@@ -896,12 +896,6 @@ dnl *** shout2 ***
 translit(dnm, m, l) AM_CONDITIONAL(USE_SHOUT2, true)
 AG_GST_CHECK_FEATURE(SHOUT2, [Shoutcast/Icecast client library], shout2, [
   AG_GST_PKG_CHECK_MODULES(SHOUT2, shout >= 2.0)
-  if test $HAVE_SHOUT2 = no
-  then
-    AM_PATH_SHOUT2(HAVE_SHOUT2="yes")
-    AC_SUBST(SHOUT2_CFLAGS)
-    AC_SUBST(SHOUT2_LIBS)
-  fi
 ])
 
 dnl *** soup ***