From: YAMASHINA Hio Date: Thu, 18 Aug 2005 20:36:57 +0000 (+0900) Subject: make test of perl 5.8.7 failed on icc9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=87d05bbec54b321e0c8f1c900a4ea893850fb17f;p=p5sagit%2Fp5-mst-13.2.git make test of perl 5.8.7 failed on icc9 Message-Id: <20050818165213.BDF1.HIO@ymir.co.jp> p4raw-id: //depot/perl@25305 --- diff --git a/hints/linux.sh b/hints/linux.sh index 2ed31db..49aeae8 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