From 1fd1213a7b551f5b3fc24c317118ef268b06783e Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Tue, 5 Dec 2006 16:41:55 +0000 Subject: [PATCH 1/1] Make the check for PERL_IMPLICIT_SYS better p4raw-id: //depot/perl@29470 --- win32/config_sh.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/config_sh.PL b/win32/config_sh.PL index 3f819fe..6aa2a32 100644 --- a/win32/config_sh.PL +++ b/win32/config_sh.PL @@ -109,7 +109,7 @@ if ($opt{uselargefiles} ne 'define') { $opt{lseektype} = 'off_t'; } -if ($opt{useithreads} eq 'define' && $opt{ccflags} =~ / -DPERL_IMPLICIT_SYS/) { +if ($opt{useithreads} eq 'define' && $opt{ccflags} =~ /-DPERL_IMPLICIT_SYS\b/) { $opt{d_pseudofork} = 'define'; } -- 1.8.3.1