From: Carlo Marcelo Arenas Belón Date: Tue, 22 Jun 2021 10:42:41 +0000 (+0000) Subject: config.mak.uname: PCRE1 cleanup X-Git-Tag: v2.33.0-rc0~51^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ebbf5d2b70d72a9a4407c12567fbbd9cde892e26;p=thirdparty%2Fgit.git config.mak.uname: PCRE1 cleanup Style issue: a space was missing. Signed-off-by: Carlo Marcelo Arenas Belón Signed-off-by: Junio C Hamano --- diff --git a/config.mak.uname b/config.mak.uname index cb443b4e02..e8ceaed3d3 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -668,7 +668,7 @@ else HAVE_LIBCHARSET_H = YesPlease NO_GETTEXT = USE_GETTEXT_SCHEME = fallthrough - USE_LIBPCRE= YesPlease + USE_LIBPCRE = YesPlease NO_CURL = USE_NED_ALLOCATOR = YesPlease else