Bug 8228

Summary: check doesn't happen if using system glib library
Product: pkg-config Reporter: Daniel Macks <dmacks>
Component: srcAssignee: Tollef Fog Heen <tfheen>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: unspecified   
Hardware: PowerPC   
OS: Mac OS X (All)   
Whiteboard:
i915 platform: i915 features:

Description Daniel Macks 2006-09-11 18:47:10 UTC
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?
Comment 1 Tollef Fog Heen 2007-06-19 05:36:14 UTC
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.