commit | cb5541c9f34fc29b0d7b8d89a3122c3fa46a6068 | [log] [tgz] |
---|---|---|
author | Nick Wellnhofer <wellnhofer@aevum.de> | Mon Nov 13 17:08:38 2017 +0100 |
committer | Nick Wellnhofer <wellnhofer@aevum.de> | Mon Nov 27 14:33:37 2017 +0100 |
tree | c4a39229b4a2bc71bd19548a3762cf85c9c21f2d | |
parent | ddbb075b70abdc8166f878f039c5efd27a9df3e0 [diff] |
Fix libz and liblzma detection If libz or liblzma are detected with pkg-config, AC_CHECK_HEADERS must not be run because the correct CPPFLAGS aren't set. It is actually not required have separate checks for LIBXML_ZLIB_ENABLED and HAVE_ZLIB_H. Only check for LIBXML_ZLIB_ENABLED and remove HAVE_ZLIB_H macro. Fixes bug 764657, bug 787041.