]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/journal/test-journal.c
build-sys: use #if Y instead of #ifdef Y everywhere
[thirdparty/systemd.git] / src / journal / test-journal.c
index 2543d64b5bf1b1f3a1117d973fd9c600e2c45a21..df685e90b6285cbd14e660c074666e5c14ddd636 100644 (file)
@@ -58,7 +58,7 @@ static void test_non_empty(void) {
         iovec.iov_len = strlen(test);
         assert_se(journal_file_append_entry(f, &ts, &iovec, 1, NULL, NULL, NULL) == 0);
 
-#ifdef HAVE_GCRYPT
+#if HAVE_GCRYPT
         journal_file_append_tag(f);
 #endif
         journal_file_dump(f);