autoconf
[Top][All Lists]
Advanced

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

Re: question about AC_SEARCH_LIBS


From: Paolo Bonzini
Subject: Re: question about AC_SEARCH_LIBS
Date: Sun, 26 Oct 2008 20:38:37 +0100
User-agent: Thunderbird 2.0.0.17 (Macintosh/20080914)

Vincent Torri wrote:
> 
> Hey,
> 
> according to the documentation, AC_SEARCH_LIBS searches a function name
> in a set of libraries and add to LIBS the library that contains the
> function (if any).
> 
> If I have that code:
> 
> AC_SEARCH_LIBS([fnmatch], [fnmatch iberty evil], [res="yes"], [res="no"])
> 
> the value is stored in ac_cv_search_fnmatch.
> 
> I would like to know if it is possible to also retrieve the value in a
> more common way, instead of getting it from a "private" variable.

It is not considered a private variable. :-)

Paolo




reply via email to

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