Remove bogus check for libcheck, since we check for gstreamer-check and it pulls...
authorJan Schmidt <thaytan@mad.scientist.com>
Fri, 13 Jul 2007 16:46:35 +0000 (16:46 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Fri, 13 Jul 2007 16:46:35 +0000 (16:46 +0000)
Original commit message from CVS:
* 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.

ChangeLog
Makefile.am
configure.ac
tests/Makefile.am

index 00d180567d4f9ed3e0f3ba245dc7dec122c08a4b..725d42192491863b4d0fce8d87f244ae8fd2cd0a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+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),
index 2ac85be1ef1e875b47ff3d7224c35b814b93da99..7bb7d31e468311fb42332423738385e61e6b1bb2 100644 (file)
@@ -25,7 +25,7 @@ include $(top_srcdir)/common/po.mak
 check-valgrind:
        cd tests/check && make check-valgrind
 
-if HAVE_CHECK
+if HAVE_GST_CHECK
 check-torture:
        cd tests/check && make torture
 else
index c89219a082f24f58e72bb5880760b8e94a5ff2b0..964be365e4c4c5b2465531eda93c42ac97f4ed8f 100644 (file)
@@ -196,13 +196,8 @@ AG_GST_CHECK_GST($GST_MAJORMINOR, [$GST_REQ])
 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`"
index 356e397e5b46da8be0466036ea6e2c07b93f76ed..dfe3b5a1506d6d84b3e88cba3bad0fcd3ad28575 100644 (file)
@@ -1,4 +1,4 @@
-if HAVE_CHECK
+if HAVE_GST_CHECK
 SUBDIRS_CHECK = check
 else
 SUBDIRS_CHECK =