summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2013-12-27 13:11:45 +0100
committerSebastian Dröge <sebastian@centricular.com>2013-12-27 13:11:45 +0100
commit43ec4e7c786227b85aec06599c3955626e241a01 (patch)
treef38b44a908af2caaff1836c0b0e3f01f45de86e9 /configure.ac
parent8aaa432d5881f82abff3cf60978e8e739b70ed70 (diff)
configure.ac: Only check for gstreamer-check, not check
We include check in gstreamer-check since quite some time now.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 4fe59ab..979b6f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -137,11 +137,7 @@ AC_SUBST(GSTPG_PLUGINS_DIR)
AC_MSG_NOTICE(Using GStreamer Good Plugins in $GSTPG_PLUGINS_DIR)
AG_GST_CHECK_GST_CHECK($GST_API_VERSION, [$GST_REQ], no)
-
-dnl FIXME: get rid of this by making sure gstreamer-check brings it in
-dnl check for "check", unit testing library/header
-AM_PATH_CHECK(0.9.2, HAVE_CHECK=yes, HAVE_CHECK=no)
-AM_CONDITIONAL(HAVE_CHECK, test "x$HAVE_CHECK" = "xyes")
+AM_CONDITIONAL(HAVE_CHECK, test "x$HAVE_GST_CHECK" = "xyes")
dnl *** set variables based on configure arguments ***