PKG_CHECK_MODULES output

Alberto Simões hashashin at gmail.com
Wed Oct 18 07:04:56 PDT 2006


Hi.

I use pkg-config for some time, but noticed something today that I
think it wasnt before. Anyway, I am using
   PKG_CHECK_MODULES([GLIB], [glib-2.0])
and the output in the configure script is:
   checking for GLIB...

It shouldn't be:
   checking for glib-2.0 ?

I mean, imagine my tool depends on glib-2.0 and sqlite3 (and it does),
I tried something like:
   PKG_CHECK_MODULES([NAT], [glib-2.0 sqlite3]).
NAT is the name of my tool. So, it is very strange when configuring
that it outputs:
   checking for NAT...

Thanks
Alberto

-- 
Alberto Simões


More information about the pkg-config mailing list