diff options
Diffstat (limited to 'man/meson.build')
-rw-r--r-- | man/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/meson.build b/man/meson.build index 73a9eb45f6..4f2ddad31a 100644 --- a/man/meson.build +++ b/man/meson.build @@ -50,7 +50,7 @@ foreach tuple : manpages mandirn = join_paths(get_option('mandir'), 'man' + section) - if condition == '' or conf.get(condition, 0) == 1 + if condition == '' or conf.get(condition, false) p1 = custom_target( man, input : xml, |