After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 406632 - pkgconfigify the check for Check in configure.ac
pkgconfigify the check for Check in configure.ac
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-11 07:48 UTC by Mariano Suárez-Alvarez
Modified: 2007-07-12 14:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mariano Suárez-Alvarez 2007-02-11 07:48:51 UTC
If you update the Check dependency to 0.9.4 (actually, 0.9.5 exists already),  then you can replace the PKG_PATH_CHECK check to a regular PKG_CHECK_MODULES. This removes the need for the common/m4/check.m4 file.

This applies to gst-plugins-* too.
Comment 1 Tim-Philipp Müller 2007-07-12 14:15:24 UTC
It would appear this has been committed now (although the check still checks for >= 0.9.2, which is a bit confusing):

 2007-07-12  Stefan Kost  <ensonic@users.sf.net>

	* configure.ac:
	  Use pkg-config to locate check.