diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-12-03 18:08:14 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-12-03 18:08:14 (GMT) |
commit | 90d937946ff1483f8267320d18b7ee2eab28eb82 (patch) | |
tree | ccedf1babf20600a7fdf53037dd066b6ec1575b7 /config/intel-flags | |
parent | 699588cf3338bb1cc410a360862f7309ad02ea3c (diff) | |
download | hdf5-90d937946ff1483f8267320d18b7ee2eab28eb82.zip hdf5-90d937946ff1483f8267320d18b7ee2eab28eb82.tar.gz hdf5-90d937946ff1483f8267320d18b7ee2eab28eb82.tar.bz2 |
[svn-r9611] Purpose:
Bug fix
Description:
Correct typo in ia64 configure script.
Update intel compiler detection to handle Itanium versions of compilers
Platforms tested:
Teragrid machine (tg-login) w/icc 7.1 & 8.x
Linux 2.4 (verbena) w/icc
Diffstat (limited to 'config/intel-flags')
-rw-r--r-- | config/intel-flags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/intel-flags b/config/intel-flags index b67bcd2..1588189 100644 --- a/config/intel-flags +++ b/config/intel-flags @@ -12,7 +12,7 @@ # cc_version: Version number: 8.0 # if test X = "X$cc_flags_set"; then - cc_version="`$CC $CFLAGS -V 2>&1 |grep '^Intel'`" + cc_version="`$CC $CFLAGS -V 2>&1 |grep 'Version'`" if test X != "X$cc_version"; then cc_vendor=icc cc_version=`echo $cc_version |sed 's/.*Version \([-a-z0-9\.\-]*\).*/\1/'` |