summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2014-04-03 07:34:03 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-04-04 18:57:38 (GMT)
commite4eef26d985177e4bdd32bf58b6ae40e7ae67289 (patch)
tree931a8fefa9e205e33f88bc029731e08122500347
parent82edd396632501b3dd1901d0f3ae5aa72759b5fb (diff)
downloadgit-e4eef26d985177e4bdd32bf58b6ae40e7ae67289.zip
git-e4eef26d985177e4bdd32bf58b6ae40e7ae67289.tar.gz
git-e4eef26d985177e4bdd32bf58b6ae40e7ae67289.tar.bz2
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 cfc2a93..ce741fe 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