From 9e71342d5861ba5dc9826b0bfd4a9e3ef1754c5c 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 insertion(+) diff --git a/config.mak.uname b/config.mak.uname index 989644217b..feee66dd5e 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -538,6 +538,7 @@ 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