]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/machine/meson.build
build-sys: use #if Y instead of #ifdef Y everywhere
[thirdparty/systemd.git] / src / machine / meson.build
index 1a0813323c13208c839ad62a35de1964ce5219c3..693503da539fd4fb819c15ec31f72b2891e2951a 100644 (file)
@@ -21,7 +21,7 @@ libmachine_core = static_library(
         include_directories : includes,
         dependencies : [threads])
 
-if conf.get('ENABLE_MACHINED', false)
+if conf.get('ENABLE_MACHINED') == 1
         install_data('org.freedesktop.machine1.conf',
                      install_dir : dbuspolicydir)
         install_data('org.freedesktop.machine1.service',