X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScalar-Vec-Util.git;a=blobdiff_plain;f=Makefile.PL;h=9a8580b5cfde30b57bfd5cb818153738b5524ec5;hp=ec065d3ef4a78ab5e5380ed44a08b1c3d5e7cab7;hb=d2b386eb02383027db5d23d26d9c14e368e4e66e;hpb=f7b302bf589ab54e52386465432ccd1ec995e60c diff --git a/Makefile.PL b/Makefile.PL index ec065d3..9a8580b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -54,8 +54,7 @@ if (not is_little_endian()) { } else { print "Checking unit size in bits... "; my $align = $Config{alignbytes} || 1; - my @bits = (8, 16, 32); - push @bits, 64 unless $^O eq 'MSWin32'; + my @bits = (8, 16, 32, 64); for my $bits (@bits) { my $size = $Config{"u${bits}size"}; next unless $size;