From f61f538576c1e11c56e10587242de793fd4dde9a Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Wed, 9 Jul 2025 08:23:36 +0200 Subject: [PATCH] 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 Signed-off-by: Junio C Hamano --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index 8026a064c9..0e9c7704e1 100644 --- a/meson.build +++ b/meson.build @@ -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, -- 2.47.2