GNOME Bugzilla – Bug 406632
pkgconfigify the check for Check in configure.ac
Last modified: 2007-07-12 14:15:24 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.
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.