Change 29470 by [EMAIL PROTECTED] on 2006/12/05 16:41:55
Make the check for PERL_IMPLICIT_SYS better
Affected files ...
... //depot/perl/win32/config_sh.PL#38 edit
Differences ...
==== //depot/perl/win32/config_sh.PL#38 (text) ====
Index: perl/win32/config_sh.PL
--- perl/win32/config_sh.PL#37~29469~ 2006-12-05 08:06:31.000000000 -0800
+++ perl/win32/config_sh.PL 2006-12-05 08:41:55.000000000 -0800
@@ -109,7 +109,7 @@
$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';
}
End of Patch.