X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=08560fb40eff28094ff62883451f9f240ea169bf;hb=5736d907ca8e5e47a4c2c70564014c8b4ec4f1aa;hp=f86c2d1845a459f508b9d1ecff2cd5aad4b808d2;hpb=089138101b5dada28467146e2d948ba041bf97d7;p=perl%2Fmodules%2FScope-Upper.git diff --git a/Makefile.PL b/Makefile.PL index f86c2d1..08560fb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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;