Ok, I proceeded with AC_EGREP_HEADER, please anyone with a *currently working* AGG layout test with current CVS. The config.h will end up with an HAVE_AGG_SCANLINES_COMPOUND_LAYERED define, it should be set to 1 if it has worked for you so far, and to 0 if you're on debian testing :)
--strk; On Tue, Oct 10, 2006 at 10:04:01AM -0600, Rob Savoye wrote: > 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 - _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

