Mercurial > hg > xemacs-beta
diff configure.in @ 2048:193e76abdf0f
[xemacs-hg @ 2004-04-29 03:04:56 by james]
Get version information for both icc and icpc.
author | james |
---|---|
date | Thu, 29 Apr 2004 03:04:56 +0000 |
parents | 1388c8b3e663 |
children | a741f294362b |
line wrap: on
line diff
--- a/configure.in Wed Apr 28 21:51:05 2004 +0000 +++ b/configure.in Thu Apr 29 03:04:56 2004 +0000 @@ -2276,7 +2276,7 @@ gcc_compiler_specs=`$XEMACS_CC -v 2>&1 | sed 's/.* \([[^ ]]\)/\1/' | head -1` else case "$XEMACS_CC" in dnl The Intel cc compiler - icc*) + ic*) compiler_version=`icc -V 2>&1 | head -1` ;; dnl non-gcc machine-specific magic - contributions welcome