From 8673bdbeeb37ec80b7c117c77f2a64ecca6315c1 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 26 Jan 2016 17:30:56 +0100 Subject: [PATCH] fixup! mingw (MSys1): enable support for perl regular expressions It is absolutely unnecessary to carry any msysGit-specific patches in our fork. msysGit is dead, long live Git for Windows. Signed-off-by: Johannes Schindelin --- config.mak.uname | 1 - 1 file changed, 1 deletion(-) diff --git a/config.mak.uname b/config.mak.uname index feee66dd5e..989644217b 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -538,7 +538,6 @@ ifneq (,$(wildcard ../THIS_IS_MSYSGIT)) HAVE_LIBCHARSET_H = YesPlease NO_GETTEXT = YesPlease COMPAT_CLFAGS += -D__USE_MINGW_ACCESS - USE_LIBPCRE= YesPlease else ifeq ($(shell expr "$(uname_R)" : '2\.'),2) # MSys2