Skip to content

Commit f61f538

Browse files
pks-tgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 10f048f commit f61f538

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2188,7 +2188,6 @@ summary({
21882188
'expat': expat.found(),
21892189
'gettext': intl.found(),
21902190
'gitweb': gitweb_option.allowed(),
2191-
'https': https_backend,
21922191
'iconv': iconv.found(),
21932192
'pcre2': pcre2.found(),
21942193
'perl': perl_features_enabled,

0 commit comments

Comments
 (0)