configure.ac: Only check for gstreamer-check, not check
authorSebastian Dröge <sebastian@centricular.com>
Fri, 27 Dec 2013 12:11:45 +0000 (13:11 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 27 Dec 2013 12:11:45 +0000 (13:11 +0100)
We include check in gstreamer-check since quite some time now.

configure.ac

index 4fe59ab..979b6f9 100644 (file)
@@ -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 ***