]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/timesync/meson.build
build-sys: use #if Y instead of #ifdef Y everywhere
[thirdparty/systemd.git] / src / timesync / meson.build
index 4391afa93ac6f85ed8ab18234696ceb95811e680..690af9552c3c2fd472e6dd207b9c7dd3d362d0b2 100644 (file)
@@ -16,7 +16,7 @@ timesyncd_gperf_c = custom_target(
 
 systemd_timesyncd_sources += [timesyncd_gperf_c]
 
-if conf.get('ENABLE_TIMESYNCD', false)
+if conf.get('ENABLE_TIMESYNCD') == 1
         timesyncd_conf = configure_file(
                 input : 'timesyncd.conf.in',
                 output : 'timesyncd.conf',