From 65a03812db60fb8c176a0aca1ddfc6f7f489c506 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Tue, 2 May 2006 02:50:33 +0000 Subject: [PATCH] One too many ('s in change #28043. p4raw-link: @28043 on //depot/perl: e9014798f4f634151d92887db69bde2b6ef69071 p4raw-id: //depot/perl@28046 --- ext/Errno/Errno_pm.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.34.1