summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-20 16:29:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-20 16:29:57 +0000
commit4f953b645967276188cb0cebdcf04d2cf08c951b (patch)
tree11790047b030803cdfcede0d4aaa247104290111
parent44995d6877015bd9435436fc41d4554ac737f1db (diff)
downloadcurl-4f953b645967276188cb0cebdcf04d2cf08c951b.tar.gz
that icc attempt in configure
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0b07b33fd..a84e91f30 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,14 @@
Changelog
+Daniel (20 February 2004)
+- configure --enable-debug with gcc now also tries to detect the icc compiler
+ (which somehow gets treated as if it is a gcc) to stop using all the gcc
+ options with it, and we also provide -isystem options for each extra -I
+ option the configure script has figured out (for OpenSSL, kerberos, zlib,
+ Heimdal etc). This of course to prevent warnings on headers we don't have
+ control of.
+
Daniel (19 February 2004)
- Doug Porter made libcurl use the HOME environment variable before the
getpwuid results when looking for .netrc files.