Mercurial > hg > xemacs-beta
diff configure.in @ 1871:b37a2b08a901
[xemacs-hg @ 2004-01-21 16:26:02 by james]
Don't let ICC masquerade as GCC.
author | james |
---|---|
date | Wed, 21 Jan 2004 16:26:05 +0000 |
parents | 6c853dd06f0d |
children | bf8be6575eae |
line wrap: on
line diff
--- a/configure.in Wed Jan 21 09:54:27 2004 +0000 +++ b/configure.in Wed Jan 21 16:26:05 2004 +0000 @@ -1792,7 +1792,9 @@ 11) echo "You appear to be using the SunPro C compiler." ; __SUNPRO_C=yes ;; 12) echo "You appear to be using the DEC C compiler." ; __DECC=yes ;; 13) echo "You appear to be using the SCO C compiler." ; __USLC__=yes ;; - 14) echo "You appear to be using the Intel C++ compiler."; __ICC=yes ;; + 14) echo "You appear to be using the Intel C++ compiler."; __ICC=yes + dnl Newer versions of icc claim to be GCC + GCC=no ;; esac])