mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-16 04:15:51 +00:00
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.
This commit is contained in:
parent
2897413b57
commit
489e66f5d5
3 changed files with 11 additions and 7 deletions
|
@ -1,3 +1,12 @@
|
|||
2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* 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.
|
||||
|
||||
2007-07-12 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -104,6 +104,7 @@ AG_GST_CHECK_GST($GST_MAJORMINOR, [$GST_REQ])
|
|||
AG_GST_CHECK_GST_BASE($GST_MAJORMINOR, [$GST_REQ])
|
||||
AG_GST_CHECK_GST_PLUGINS_BASE($GST_MAJORMINOR, [$GST_REQ])
|
||||
AG_GST_CHECK_GST_CHECK($GST_MAJORMINOR, [$GST_REQ], no)
|
||||
AM_CONDITIONAL(HAVE_GST_CHECK, test "x$HAVE_GST_CHECK" = "xyes")
|
||||
|
||||
AC_MSG_NOTICE(Using GStreamer Core Plugins in $GST_PLUGINS_DIR)
|
||||
AC_MSG_NOTICE(Using GStreamer Base Plugins in $GSTPB_PLUGINS_DIR)
|
||||
|
@ -169,12 +170,6 @@ dnl whatevertarget_LIBS and -L flags here affect the rest of the linking
|
|||
GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_desc\$\$' $GST_ALL_LDFLAGS"
|
||||
AC_SUBST(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
dnl FIXME: get rid of this by making sure gstreamer-check brings it in
|
||||
dnl check for "check", unit testing library/header
|
||||
PKG_CHECK_MODULES(CHECK, check >= 0.9.2,
|
||||
AM_CONDITIONAL(HAVE_CHECK, true),
|
||||
AM_CONDITIONAL(HAVE_CHECK, false)
|
||||
)
|
||||
dnl Add MacOSX specific flags
|
||||
AC_CANONICAL_HOST
|
||||
case $host_os in
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
if HAVE_CHECK
|
||||
if HAVE_GST_CHECK
|
||||
SUBDIRS_CHECK = check
|
||||
else
|
||||
SUBDIRS_CHECK =
|
||||
|
|
Loading…
Reference in a new issue