]> git.99rst.org Git - git.git/commitdiff
meson: stop printing 'https' option twice in our summaries
authorPatrick Steinhardt <redacted>
Wed, 9 Jul 2025 06:23:36 +0000 (08:23 +0200)
committerJunio C Hamano <redacted>
Wed, 9 Jul 2025 15:19:32 +0000 (08:19 -0700)
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
meson.build

index 8026a064c978cdd549444b74ec2567a4db616ab6..0e9c7704e1b6725a55a634483c48d37ea927b516 100644 (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,
git clone https://git.99rst.org/PROJECT