From: Steve Peters Date: Tue, 2 May 2006 02:50:33 +0000 (+0000) Subject: One too many ('s in change #28043. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=65a03812db60fb8c176a0aca1ddfc6f7f489c506;p=p5sagit%2Fp5-mst-13.2.git One too many ('s in change #28043. p4raw-link: @28043 on //depot/perl: e9014798f4f634151d92887db69bde2b6ef69071 p4raw-id: //depot/perl@28046 --- diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL index 97e0466..a2cd26e 100644 --- a/ext/Errno/Errno_pm.PL +++ b/ext/Errno/Errno_pm.PL @@ -141,7 +141,7 @@ sub get_files { $file{$1} = 1; } } elsif ($^O eq 'linux' && - ($Config{gccversion} ne '' && + $Config{gccversion} ne '' && $Config{gccversion} !~ /intel/i # might be using, say, Intel's icc ) {