From e4eef26d985177e4bdd32bf58b6ae40e7ae67289 Mon Sep 17 00:00:00 2001 From: Marat Radchenko Date: Thu, 3 Apr 2014 11:34:03 +0400 Subject: [PATCH] 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 --- config.mak.uname | 1 - 1 file changed, 1 deletion(-) 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 -- 2.11.4.GIT