]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - sysctl.d/meson.build
build-sys: use #if Y instead of #ifdef Y everywhere
[thirdparty/systemd.git] / sysctl.d / meson.build
index 1b6707df7747436bfa00c03a0af808b58e49fe88..121874c7d2792ef1db738fda366fe2aa11eae2dc 100644 (file)
@@ -4,7 +4,7 @@ install_data(
 
 in_files = []
 
-if conf.get('ENABLE_COREDUMP', false)
+if conf.get('ENABLE_COREDUMP') == 1
         in_files += ['50-coredump.conf']
 endif