diff options
Diffstat (limited to 'src/journal')
-rw-r--r-- | src/journal/journal-file.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/journal/journal-file.c b/src/journal/journal-file.c index c8193baa3b..8bd52733c9 100644 --- a/src/journal/journal-file.c +++ b/src/journal/journal-file.c @@ -2021,7 +2021,9 @@ int journal_file_open( f->flags = flags; f->prot = prot_from_flags(flags); f->writable = (flags & O_ACCMODE) != O_RDONLY; +#ifdef HAVE_XZ f->compress = compress; +#endif f->seal = seal; if (mmap_cache) |