Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-07-17 03:42:47 +0300
committerJunio C Hamano <gitster@pobox.com>2021-07-17 03:42:47 +0300
commitfba551379ef89b92b9356caa4096144026250c22 (patch)
tree8b8a51493379414bfcb2836e7beafed025741784 /config.mak.uname
parentbc34e5227b683c5bb0a85211354f5eb3ccd8cc19 (diff)
parentebbf5d2b70d72a9a4407c12567fbbd9cde892e26 (diff)
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 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)))