make test of perl 5.8.7 failed on icc9
YAMASHINA Hio [Thu, 18 Aug 2005 20:36:57 +0000 (05:36 +0900)]
Message-Id: <20050818165213.BDF1.HIO@ymir.co.jp>

p4raw-id: //depot/perl@25305

hints/linux.sh

index 2ed31db..49aeae8 100644 (file)
@@ -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