summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2007-07-13 16:02:23 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2007-07-13 16:02:23 +0000
commit2b8d07bac00e66ac47afcfa178d1a2939206bdc2 (patch)
tree43920a9d0c7e275182df983d029b9c1ab06bd8e5 /Makefile.am
parentb6ee0fa3d62b1343e075b13e69ebe72c482ec145 (diff)
downloadgst-plugins-base-2b8d07bac00e66ac47afcfa178d1a2939206bdc2.tar.gz
gst-plugins-base-2b8d07bac00e66ac47afcfa178d1a2939206bdc2.tar.xz
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: * 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 there, and we weren't actually _using_ the information for libcheck ourselves anyway.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 67105a60a..8d088843c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,7 +45,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