summaryrefslogtreecommitdiff
path: root/config.mak.uname
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-07-17 00:42:47 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-07-17 00:42:47 (GMT)
commitfba551379ef89b92b9356caa4096144026250c22 (patch)
tree8b8a51493379414bfcb2836e7beafed025741784 /config.mak.uname
parentbc34e5227b683c5bb0a85211354f5eb3ccd8cc19 (diff)
parentebbf5d2b70d72a9a4407c12567fbbd9cde892e26 (diff)
downloadgit-fba551379ef89b92b9356caa4096144026250c22.zip
git-fba551379ef89b92b9356caa4096144026250c22.tar.gz
git-fba551379ef89b92b9356caa4096144026250c22.tar.bz2
Merge branch 'js/config-mak-windows-pcre-fix'
Whitespace fix. * js/config-mak-windows-pcre-fix: config.mak.uname: PCRE1 cleanup
Diffstat (limited to 'config.mak.uname')
-rw-r--r--config.mak.uname2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mak.uname b/config.mak.uname
index 0587a23..69413fb 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)))