From: Patrick Steinhardt Date: Wed, 9 Jul 2025 06:23:36 +0000 (+0200) Subject: meson: stop printing 'https' option twice in our summaries X-Git-Tag: v2.51.0-rc0~53^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f61f538576c1e11c56e10587242de793fd4dde9a;p=thirdparty%2Fgit.git 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 --- 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,