meson: stop printing 'https' option twice in our summaries
The value for the 'https' backend option is printed twice: once via the summary of auto-detected features and once via our summary of backends. Drop it from the former summary. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
10f048fcd1
commit
f61f538576
@@ -2188,7 +2188,6 @@ summary({
|
|||||||
'expat': expat.found(),
|
'expat': expat.found(),
|
||||||
'gettext': intl.found(),
|
'gettext': intl.found(),
|
||||||
'gitweb': gitweb_option.allowed(),
|
'gitweb': gitweb_option.allowed(),
|
||||||
'https': https_backend,
|
|
||||||
'iconv': iconv.found(),
|
'iconv': iconv.found(),
|
||||||
'pcre2': pcre2.found(),
|
'pcre2': pcre2.found(),
|
||||||
'perl': perl_features_enabled,
|
'perl': perl_features_enabled,
|
||||||
|
|||||||
Reference in New Issue
Block a user