From: Daniel Stenberg Date: Fri, 9 May 2008 13:10:34 +0000 (+0000) Subject: Removed AC_PROG_CC_STDC again. It enforces C99/gnu99 stdandard which is too X-Git-Tag: cares-1_5_2~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1238baecbe27b3b8a41493c6dd4ba955bfe088a;p=curl Removed AC_PROG_CC_STDC again. It enforces C99/gnu99 stdandard which is too liberal for me. Also, autoconf 2.61 and earlier doesn't work with icc 10.1 for this macro. (2.62 confirmed to work though). See discusson on the mailing list starting here: http://daniel.haxx.se/projects/c-ares/mail/c-ares-archive-2008-05/0001.shtml --- diff --git a/ares/configure.ac b/ares/configure.ac index 203f8093a..4315f5c2e 100644 --- a/ares/configure.ac +++ b/ares/configure.ac @@ -15,7 +15,6 @@ AC_DEFINE_UNQUOTED(OS, "${host}", [cpu-machine-OS]) AC_AIX AC_PROG_CC -AC_PROG_CC_STDC AM_PROG_CC_C_O AC_PROG_INSTALL