Fix for RT #7916: perl 5.6.1 with Intel's icc on RedHat
authorSteve Peters <steve@fisharerojo.org>
Tue, 2 May 2006 00:23:05 +0000 (00:23 +0000)
committerSteve Peters <steve@fisharerojo.org>
Tue, 2 May 2006 00:23:05 +0000 (00:23 +0000)
commite9014798f4f634151d92887db69bde2b6ef69071
treeb73d2698aa0181923904a40b146d4a910f4997ea
parent3b416f4149e31f8665cf9074e631ca0d2529406e
Fix for RT #7916: perl 5.6.1 with Intel's icc on RedHat
Linux 7.2.  The original fix, change #13053, added a check
for $Config{gccversion} which is now populated by newer
Intel compilers.  This additional change checks to see
if Intel is in $Config{gccversion}.  If it is, its not
a gcc.
p4raw-link: @13053 on //depot/perl: 022394cfaaa8ec20e603e5da621b1778fd79e4ad

p4raw-id: //depot/perl@28043
ext/Errno/Errno_pm.PL