summaryrefslogtreecommitdiff
path: root/vms/config.vms
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2017-11-13 17:08:38 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2017-11-27 14:33:37 +0100
commitcb5541c9f34fc29b0d7b8d89a3122c3fa46a6068 (patch)
treec4a39229b4a2bc71bd19548a3762cf85c9c21f2d /vms/config.vms
parentddbb075b70abdc8166f878f039c5efd27a9df3e0 (diff)
downloadlibxml2-cb5541c9f34fc29b0d7b8d89a3122c3fa46a6068.tar.gz
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.
Diffstat (limited to 'vms/config.vms')
-rwxr-xr-xvms/config.vms3
1 files changed, 0 insertions, 3 deletions
diff --git a/vms/config.vms b/vms/config.vms
index d1cd7f33..7f0f61ce 100755
--- a/vms/config.vms
+++ b/vms/config.vms
@@ -150,9 +150,6 @@
/* Define if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
-/* Define if you have the <zlib.h> header file. */
-#undef HAVE_ZLIB_H
-
/* Name of package */
#undef PACKAGE