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>
Patrick Steinhardt committed
Jul 9, 2025 at 08:23 UTC
f61f538576c1e11c56e10587242de793fd4dde9a
1 file changed
-1
meson.build
-1
@@ -2188,7 +2188,6 @@ summary({
2188
'expat': expat.found(),
2189
'gettext': intl.found(),
2190
'gitweb': gitweb_option.allowed(),
2191
- 'https': https_backend,
2191
'iconv': iconv.found(),
2192
'pcre2': pcre2.found(),
2193
'perl': perl_features_enabled,