diff options
author | YAMASHINA Hio <hio@ymir.co.jp> | 2005-08-19 05:36:57 +0900 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-08-18 13:47:41 +0000 |
commit | 87d05bbec54b321e0c8f1c900a4ea893850fb17f (patch) | |
tree | 1a0143a0c8465cc7cc078c4c7b90c3bbd77ee23f /hints | |
parent | c042ae3a74be2a1c6b85173b59f6a608815afef8 (diff) | |
download | perl-87d05bbec54b321e0c8f1c900a4ea893850fb17f.tar.gz |
make test of perl 5.8.7 failed on icc9
Message-Id: <20050818165213.BDF1.HIO@ymir.co.jp>
p4raw-id: //depot/perl@25305
Diffstat (limited to 'hints')
-rw-r--r-- | hints/linux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/linux.sh b/hints/linux.sh index 2ed31dbef3..49aeae8b3e 100644 --- a/hints/linux.sh +++ b/hints/linux.sh @@ -75,7 +75,7 @@ esac # Check if we're about to use Intel's ICC compiler case "`${cc:-cc} -V 2>&1`" in -*"Intel(R) C++ Compiler"*) +*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*) # This is needed for Configure's prototype checks to work correctly ccflags="-we147 $ccflags" # If we're using ICC, we usually want the best performance |