4.5. AC_CHECK_FUNCS
AC_CHECK_FUNCSchecks for the existence of functions in the C standard library.- If found, the preprocessor macro
HAVE_[function]is defined.
AC_CHECK_FUNCS checks for the existence of functions in the C standard library.HAVE_[function] is defined.Written by Shlomi Fish