From: Steve Hay Date: Tue, 5 Dec 2006 16:41:55 +0000 (+0000) Subject: Make the check for PERL_IMPLICIT_SYS better X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1fd1213a7b551f5b3fc24c317118ef268b06783e;p=p5sagit%2Fp5-mst-13.2.git Make the check for PERL_IMPLICIT_SYS better p4raw-id: //depot/perl@29470 --- 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'; }