]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - Makefile.PL
The Big Boilerplate Factorization
[perl/modules/Scope-Upper.git] / Makefile.PL
index f86c2d1845a459f508b9d1ecff2cd5aad4b808d2..08560fb40eff28094ff62883451f9f240ea169bf 100644 (file)
@@ -51,7 +51,7 @@ print $is_gcc_34 ? "yes\n" : "no\n";
 
 # Threads, Windows and 5.8.x don't seem to be best friends
 if ($^O eq 'MSWin32' && "$]" < 5.009) {
- push @DEFINES, '-DSU_MULTIPLICITY=0';
+ push @DEFINES, '-DXSH_MULTIPLICITY=0';
 }
 
 @DEFINES = (DEFINE => join ' ', @DEFINES) if @DEFINES;