]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blobdiff - Makefile.PL
The Big Boilerplate Factorization
[perl/modules/re-engine-Plugin.git] / Makefile.PL
index dc624de411e5e0c04d359fa724d7cd2aefb968ad..05a4878bbd41d5dde8508a2c70772345fa222d19 100644 (file)
@@ -8,7 +8,7 @@ my @DEFINES;
 
 # Fork emulation got "fixed" in 5.10.1
 if ($^O eq 'MSWin32' && "$]" < 5.010_001) {
- push @DEFINES, '-DREP_FORKSAFE=0';
+ push @DEFINES, '-DXSH_FORKSAFE=0';
 }
 
 @DEFINES = (DEFINE => join ' ', @DEFINES) if @DEFINES;