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 Gnash-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-dev