Sergio Belkin <seb...@gmail.com> 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
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to