]> git.ipfire.org Git - thirdparty/libarchive.git/commit
ZIP reader: improve checks for existence of liblzma 1110/head
authorGrzegorz Antoniak <ga@anadoxin.org>
Fri, 21 Dec 2018 05:44:10 +0000 (06:44 +0100)
committerGrzegorz Antoniak <ga@anadoxin.org>
Fri, 21 Dec 2018 05:44:10 +0000 (06:44 +0100)
commit786e734872d80a7676a486a6f1d45ee29710628f
tree206742fab7a85d937dad81cb35aa2e8769d7975c
parent68af41899e1527d1485360a51bc13751336f41ce
ZIP reader: improve checks for existence of liblzma

For every HAVE_LZMA_H check, include also a check for HAVE_LIBLZMA.

This was done in order to fix build issues in case where the 'lzma.h'
file does exist, but the SO library file doesn't exist.
libarchive/archive_read_support_format_zip.c