diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-05-02 02:50:33 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-05-02 02:50:33 +0000 |
commit | 5f87fda24604bbd1887074e1bdddaa4a86f88bf4 (patch) | |
tree | d561f5a05c2214bc325f7e215a60fdbecac91c81 | |
parent | 8ec47b78cf06f78e11528dbcdf1a95fbda80192e (diff) | |
download | perl-5f87fda24604bbd1887074e1bdddaa4a86f88bf4.tar.gz |
One too many ('s in change #28043.
p4raw-link: @28043 on //depot/perl: e9014798f4f634151d92887db69bde2b6ef69071
p4raw-id: //depot/perl@28046
-rw-r--r-- | ext/Errno/Errno_pm.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL index 97e0466cb0..a2cd26e63d 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 ) { |