+2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * Makefile.am:
+ * configure.ac:
+ * tests/Makefile.am:
+ Remove bogus check for libcheck, since we check for
+ gstreamer-check and it pulls in the required info from
+ and we weren't actually _using_ the information for
+ libcheck ourselves anyway.
+
2007-07-13 Sebastian Dröge <slomo@circular-chaos.org>
* gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_reset),
AG_GST_CHECK_GST_BASE($GST_MAJORMINOR, [$GST_REQ])
AG_GST_CHECK_GST_CHECK($GST_MAJORMINOR, [$GST_REQ], no)
AG_GST_CHECK_GST_PLUGINS_BASE($GST_MAJORMINOR, [$GSTPB_REQ])
+AM_CONDITIONAL(HAVE_GST_CHECK, test "x$HAVE_GST_CHECK" = "xyes")
-dnl FIXME: get rid of this by making sure gstreamer-check brings it in
-dnl check for "check", unit testing library/header
-PKG_CHECK_MODULES(CHECK, check >= 0.9.2,
- AM_CONDITIONAL(HAVE_CHECK, true),
- AM_CONDITIONAL(HAVE_CHECK, false)
-)
dnl Check for documentation xrefs
GLIB_PREFIX="`$PKG_CONFIG --variable=prefix glib-2.0`"
GST_PREFIX="`$PKG_CONFIG --variable=prefix gstreamer-$GST_MAJORMINOR`"