]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: drop redundant HAVE_ZLIB check
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 8 Nov 2025 20:42:18 +0000 (05:42 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 8 Nov 2025 20:42:21 +0000 (05:42 +0900)
ENABLE_IMPORTD requires HAVE_ZLIB, and it is already checked at the very
beginning of the file.

src/import/meson.build

index 3a50d13b0c56c669004cdef0b8a21276b680d67a..baa12bd4902abfda105c920eaaf19ee64f6423ae 100644 (file)
@@ -101,7 +101,6 @@ executables += [
                 'sources' : files('test-qcow2.c'),
                 'objects' : ['systemd-importd'],
                 'dependencies' : common_deps,
-                'conditions' : ['HAVE_ZLIB'],
                 'type' : 'manual',
         },