]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - docs/var-log/meson.build
build-sys: use #if Y instead of #ifdef Y everywhere
[thirdparty/systemd.git] / docs / var-log / meson.build
index d8364e38b970f288f676aae9d9ff41265343d1b9..60acf494ef552b2d7c0bce53ed8f3d3ec39c80eb 100644 (file)
@@ -3,7 +3,7 @@ file = configure_file(
         output : 'README',
         configuration : substs)
 
-if conf.get('HAVE_SYSV_COMPAT', false)
+if conf.get('HAVE_SYSV_COMPAT') == 1
         install_data(file,
                      install_dir : varlogdir)
 endif