Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
1870:375ec21c9374 | 1871:b37a2b08a901 |
---|---|
1790 }], [], | 1790 }], [], |
1791 [case "$conftest_rc" in | 1791 [case "$conftest_rc" in |
1792 11) echo "You appear to be using the SunPro C compiler." ; __SUNPRO_C=yes ;; | 1792 11) echo "You appear to be using the SunPro C compiler." ; __SUNPRO_C=yes ;; |
1793 12) echo "You appear to be using the DEC C compiler." ; __DECC=yes ;; | 1793 12) echo "You appear to be using the DEC C compiler." ; __DECC=yes ;; |
1794 13) echo "You appear to be using the SCO C compiler." ; __USLC__=yes ;; | 1794 13) echo "You appear to be using the SCO C compiler." ; __USLC__=yes ;; |
1795 14) echo "You appear to be using the Intel C++ compiler."; __ICC=yes ;; | 1795 14) echo "You appear to be using the Intel C++ compiler."; __ICC=yes |
1796 dnl Newer versions of icc claim to be GCC | |
1797 GCC=no ;; | |
1796 esac]) | 1798 esac]) |
1797 | 1799 |
1798 | 1800 |
1799 dnl case "$canonical" in | 1801 dnl case "$canonical" in |
1800 dnl *-sun-sunos* ) test "$CPP" = "acc -E" && CPP="acc -E -Xs" ;; | 1802 dnl *-sun-sunos* ) test "$CPP" = "acc -E" && CPP="acc -E -Xs" ;; |