MSVC: allow using ExtUtils::MakeMaker
authorMarat Radchenko <marat@slonopotamus.org>
Thu, 3 Apr 2014 07:34:03 +0000 (11:34 +0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Apr 2014 18:57:38 +0000 (11:57 -0700)
Drop NO_PERL_MAKEMAKER from config.mak.uname for the MSVC platform.

MakeMaker is available on Windows Perl implementations and
installs modules to correct location, unlike NO_PERL_MAKEMAKER Makefile.

Signed-off-by: Marat Radchenko <marat@slonopotamus.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.mak.uname
index cfc2a9323f40c0eeb0843d36e217df2888c2d024..ce741fecd05f0d11e7f6cc502b79917b182903ac 100644 (file)
@@ -331,7 +331,6 @@ ifeq ($(uname_S),Windows)
        NO_MKSTEMPS = YesPlease
        SNPRINTF_RETURNS_BOGUS = YesPlease
        NO_SVN_TESTS = YesPlease
-       NO_PERL_MAKEMAKER = YesPlease
        RUNTIME_PREFIX = YesPlease
        NO_ST_BLOCKS_IN_STRUCT_STAT = YesPlease
        NO_NSEC = YesPlease