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