meson: drop redundant messages

This commit is contained in:
Yu Watanabe 2018-07-10 23:58:39 +09:00 committed by Filipe Brandenburger
parent 9eb0fc32d6
commit cbed8ff5a1
2 changed files with 0 additions and 4 deletions

View File

@ -8,8 +8,6 @@ if bashcompletiondir == ''
else
bashcompletiondir = join_paths(datadir, 'bash-completion/completions')
endif
message('bash completions: @0@'.format(bashcompletiondir))
endif
if bashcompletiondir != 'no'

View File

@ -3,8 +3,6 @@
zshcompletiondir = get_option('zshcompletiondir')
if zshcompletiondir == ''
zshcompletiondir = join_paths(datadir, 'zsh/site-functions')
message('zsh completions: @0@'.format(zshcompletiondir))
endif
if zshcompletiondir != 'no'