@leroysheep / MovieWebApp / commits / f61f538576

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
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,