]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
that icc attempt in configure
authorDaniel Stenberg <daniel@haxx.se>
Fri, 20 Feb 2004 16:29:57 +0000 (16:29 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 20 Feb 2004 16:29:57 +0000 (16:29 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 0b07b33fd83c7ca0266dde8d316474d53d520842..a84e91f30f5ac5a7b1c47443c8bdc2f5dd258a67 100644 (file)
--- 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.