summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2015-11-03 15:46:29 +0800
committerDaniel Veillard <veillard@redhat.com>2015-11-03 15:46:29 +0800
commit18b8988511b0954272cac4d6c3e6724f9dbf6e0a (patch)
tree8230679182d7e7a008e26c00b5131cd3883b7d6b /configure.ac
parentf0709e3ca8f8947f2d91ed34e92e38a4c23eae63 (diff)
downloadlibxml2-18b8988511b0954272cac4d6c3e6724f9dbf6e0a.tar.gz
Reenable xz support by default
For https://bugzilla.gnome.org/show_bug.cgi?id=757466 problem was introduced by commit f3f86ff465c92c79f834d7b981f3c7274a8bb5c8 for https://bugzilla.gnome.org/show_bug.cgi?id=711026
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 14ac0a8a..48e0577b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -445,6 +445,9 @@ else
fi],
[have_liblzma=no])
LDFLAGS="${SAVE_LDFLAGS}"])
+ else
+ # we still need to check for lzma,h header
+ AC_CHECK_HEADERS([lzma.h])
fi
# Found the library via either method?