automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: checking for glib


From: Jan Engelhardt
Subject: Re: checking for glib
Date: Tue, 20 Jan 2009 11:00:10 +0100 (CET)
User-agent: Alpine 2.00 (LSU 1167 2008-08-23)

On Tuesday 2009-01-20 10:37, Lorenzo Bettini wrote:

> Hi
>
> I'd need to use the function
>
> g_find_program_in_path ()
>
> in glib, if glib is found in the system...
>
> which is the best way of doing that?  using the pkconfig or some specific 
> macro
> provided by glib itself?

Yes,

PKG_CONFIG_CHECK([glib2], [glib-2.0 >= 2.0])

should be sufficient.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]