1 dnl --------------------------------------------------------------------------
4 dnl Similar to AC_PROG_CC, but add a prototype for main() to
5 dnl AC_INCLUDES_DEFAULT to avoid -Werror from breaking compilation.
6 dnl --------------------------------------------------------------------------
9 AS_IF([test x$ac_cv_prog != xno],
10 [ac_includes_default="$ac_includes_default
12 extern int main(void);