]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/hashmap.c
Turn VALGRIND variable into a meson configuration switch
[thirdparty/systemd.git] / src / basic / hashmap.c
index a53d78c417e6bc6d94d8235fa9ed49b4f6d5738c..cf51167c1aa9cea097585c0bd428ae5d4da77e50 100644 (file)
@@ -281,7 +281,7 @@ static const struct hashmap_type_info hashmap_type_info[_HASHMAP_TYPE_MAX] = {
         },
 };
 
-#ifdef VALGRIND
+#if VALGRIND
 __attribute__((destructor)) static void cleanup_pools(void) {
         _cleanup_free_ char *t = NULL;
         int r;