diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2007-07-13 16:46:00 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2007-07-13 16:46:00 +0000 |
commit | 4eb0f04d5e88fcf72808274414094325144fc45c (patch) | |
tree | 398b91ba68ff510c7d33931528174857b847947a /tests | |
parent | e0fce0535d3f26f5c04b1ccce8110d36e8aa31f0 (diff) | |
download | gst-plugins-bad-4eb0f04d5e88fcf72808274414094325144fc45c.tar.gz gst-plugins-bad-4eb0f04d5e88fcf72808274414094325144fc45c.tar.bz2 gst-plugins-bad-4eb0f04d5e88fcf72808274414094325144fc45c.zip |
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 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 6ba48806..fb07e8e9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -if HAVE_CHECK +if HAVE_GST_CHECK SUBDIRS_CHECK = check else SUBDIRS_CHECK = |