summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-02-17 10:01:03 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-02-17 10:01:03 +0100
commit460876f228499241b97d876c75b7487aa5e58e26 (patch)
tree51036fc71480530a854cb0c3c010595c3ce3bff3
parente9f0e5d0af29cb622900afd298d458b51e5fa8c3 (diff)
Don't check for check, gst-check already includes it
-rw-r--r--configure.ac6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index dd387a8..b4338c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -128,11 +128,7 @@ AC_SUBST(GST_PREFIX)
AC_SUBST(GSTPB_PREFIX)
AG_GST_CHECK_GST_CHECK($GST_MAJORMINOR, [$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 ***