aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2014-04-03 11:34:03 +0400
committerJunio C Hamano <gitster@pobox.com>2014-04-04 11:57:38 -0700
commite4eef26d985177e4bdd32bf58b6ae40e7ae67289 (patch)
tree931a8fefa9e205e33f88bc029731e08122500347
parent82edd396632501b3dd1901d0f3ae5aa72759b5fb (diff)
downloadgit-e4eef26d985177e4bdd32bf58b6ae40e7ae67289.tar.gz
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 <marat@slonopotamus.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--config.mak.uname1
1 files changed, 0 insertions, 1 deletions
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