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:
Patrick Steinhardt
2025-07-09 08:23:36 +02:00
committed by Junio C Hamano
parent 10f048fcd1
commit f61f538576

View File

@@ -2188,7 +2188,6 @@ summary({
'expat': expat.found(),
'gettext': intl.found(),
'gitweb': gitweb_option.allowed(),
'https': https_backend,
'iconv': iconv.found(),
'pcre2': pcre2.found(),
'perl': perl_features_enabled,