]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - man/meson.build
Merge pull request #5842 from keszybz/meson-status-and-conditionals
[thirdparty/systemd.git] / man / meson.build
index 73a9eb45f6952c6355c197f1a7680b1bfe57cf22..4f2ddad31a8d9f600bae2ba1b1ef5b7ee11645bb 100644 (file)
@@ -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,