From: Yu Watanabe Date: Sat, 8 Nov 2025 20:42:18 +0000 (+0900) Subject: meson: drop redundant HAVE_ZLIB check X-Git-Tag: v259-rc1~123^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=242088e98b08e7de1b1d19dee86152390512ad97;p=thirdparty%2Fsystemd.git meson: drop redundant HAVE_ZLIB check ENABLE_IMPORTD requires HAVE_ZLIB, and it is already checked at the very beginning of the file. --- diff --git a/src/import/meson.build b/src/import/meson.build index 3a50d13b0c5..baa12bd4902 100644 --- a/src/import/meson.build +++ b/src/import/meson.build @@ -101,7 +101,6 @@ executables += [ 'sources' : files('test-qcow2.c'), 'objects' : ['systemd-importd'], 'dependencies' : common_deps, - 'conditions' : ['HAVE_ZLIB'], 'type' : 'manual', },