Skip to content
Snippets Groups Projects
Commit d1238bae authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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
parent 0510759b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment