diff options
author | Marat Radchenko <marat@slonopotamus.org> | 2014-04-03 11:34:03 +0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-04 11:57:38 -0700 |
commit | e4eef26d985177e4bdd32bf58b6ae40e7ae67289 (patch) | |
tree | 931a8fefa9e205e33f88bc029731e08122500347 /config.mak.uname | |
parent | 82edd396632501b3dd1901d0f3ae5aa72759b5fb (diff) | |
download | git-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>
Diffstat (limited to 'config.mak.uname')
-rw-r--r-- | config.mak.uname | 1 |
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 |