Browse Source

Merge branch 'js/config-mak-windows-pcre-fix'

Whitespace fix.

* js/config-mak-windows-pcre-fix:
  config.mak.uname: PCRE1 cleanup
maint
Junio C Hamano 4 years ago
parent
commit
fba551379e
  1. 2
      config.mak.uname

2
config.mak.uname

@ -673,7 +673,7 @@ else @@ -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)))

Loading…
Cancel
Save