diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-07-16 17:42:47 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-07-16 17:42:47 -0700 |
commit | fba551379ef89b92b9356caa4096144026250c22 (patch) | |
tree | 8b8a51493379414bfcb2836e7beafed025741784 | |
parent | Merge branch 'js/gfw-system-config-loc-fix' (diff) | |
parent | config.mak.uname: PCRE1 cleanup (diff) | |
download | tgif-fba551379ef89b92b9356caa4096144026250c22.tar.xz |
Merge branch 'js/config-mak-windows-pcre-fix'
Whitespace fix.
* js/config-mak-windows-pcre-fix:
config.mak.uname: PCRE1 cleanup
-rw-r--r-- | config.mak.uname | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mak.uname b/config.mak.uname index 0587a23c1c..69413fb3dc 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -673,7 +673,7 @@ else HAVE_LIBCHARSET_H = YesPlease NO_GETTEXT = USE_GETTEXT_SCHEME = fallthrough - USE_LIBPCRE= YesPlease + USE_LIBPCRE = YesPlease NO_CURL = USE_NED_ALLOCATOR = YesPlease ifeq (/mingw64,$(subst 32,64,$(prefix))) |