Sergio Belkin <[email protected]> writes:
> Hi,
>
> Is there a way to check is a library function is global?

  AC_TRY_COMPILE(...,
    [extern rettype funcname(args);],
    [funcname(...);]
  )

?

_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to