In pkg-config 0.21 (though it's not new to this version), Makefile.am contains: if USE_INSTALLED_GLIB included_glib_includes = @GLIB_CFLAGS@ pkg_config_LDADD=@GLIB_LIBS@ else SUBDIRS = glib-1.2.8 check included_glib_includes = -I./glib-1.2.8 pkg_config_LDADD=glib-1.2.8/libglib.la endif Why does using an installed glib disable the check subdir? Should that section contain a SUBDIRS=check in the if block?
This has been fixed in the just-released 0.22 version of pkg-config
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.