summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2007-07-13 16:31:27 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2007-07-13 16:31:27 +0000
commit3f6892bfcc85ae709c89f8f771aa31462feac50b (patch)
treeb82283b9c9afccb1dbc9df976abe4a792643f22b /configure.ac
parent220631ad81e1c314053e45a6117cc2fc656d4f73 (diff)
Remove bogus check for libcheck, since we check for gstreamer-check and it pulls in the required info from there, and...
Original commit message from CVS: * configure.ac: * tests/Makefile.am: Remove bogus check for libcheck, since we check for gstreamer-check and it pulls in the required info from there, and we weren't actually _using_ the information for libcheck ourselves anyway.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 2 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 69d1ff57..86e6c1df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -276,12 +276,8 @@ AC_SUBST(GST_TOOLS_DIR)
AC_MSG_NOTICE(Using GStreamer Core Plugins in $GST_PLUGINS_DIR)
AC_MSG_NOTICE(Using GStreamer Base Plugins in $GSTPB_PLUGINS_DIR)
-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)
-)
+AM_CONDITIONAL(HAVE_GST_CHECK, test "x$HAVE_GST_CHECK" = "xyes")
+
dnl Check for documentation xrefs
GLIB_PREFIX="`$PKG_CONFIG --variable=prefix glib-2.0`"
GST_PREFIX="`$PKG_CONFIG --variable=prefix gstreamer-$GST_MAJORMINOR`"