gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] Re: agg.m4


From: Rob Savoye
Subject: Re: [Gnash-dev] Re: agg.m4
Date: Tue, 10 Oct 2006 10:04:01 -0600
User-agent: Thunderbird 1.5.0.7 (X11/20060913)

strk wrote:

> No, the latter test works, but I need to check the availability of a 
> function in order to tell wheter I have to include the compatibility
> layer, so I'd like AC_CHECK_LIB to work (don't want to grep into the 
> header, if possible)

  You can also use AC_TRY_LINK(), just remember to wrap it in
AC_LAND_PUSH(C++) and AC_LANG_POP(C++) so it gets the right compiler and
libraries. There is also AC_EGREP_HEADER() you can use if you have to
grep it.

        - rob -




reply via email to

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