X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=blobdiff_plain;f=Makefile.PL;h=08560fb40eff28094ff62883451f9f240ea169bf;hp=f86c2d1845a459f508b9d1ecff2cd5aad4b808d2;hb=74b0ee997905290c58059ad517b91462503b1c10;hpb=e80ff1232c20d31735ab14200c391c7dca3f396b 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;