projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0510759
)
Removed AC_PROG_CC_STDC again. It enforces C99/gnu99 stdandard which is too
author
Daniel Stenberg
<daniel@haxx.se>
Fri, 9 May 2008 13:10:34 +0000
(13:10 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Fri, 9 May 2008 13:10:34 +0000
(13:10 +0000)
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
ares/configure.ac
patch
|
blob
|
history
diff --git
a/ares/configure.ac
b/ares/configure.ac
index 203f8093acc61ac6ea6a15bc638e38ea77baa12c..4315f5c2e3c2c0022591618b390c01bf166694b1 100644
(file)
--- 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