From: Marat Radchenko Date: Thu, 3 Apr 2014 07:34:03 +0000 (+0400) Subject: MSVC: allow using ExtUtils::MakeMaker X-Git-Tag: v2.0.0-rc0~22 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e4eef26d985177e4bdd32bf58b6ae40e7ae67289 MSVC: allow using ExtUtils::MakeMaker 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 Signed-off-by: Junio C Hamano --- diff --git a/config.mak.uname b/config.mak.uname index cfc2a9323f..ce741fecd0 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -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