summaryrefslogtreecommitdiff
path: root/os400/os400config.h.in
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 /os400/os400config.h.in
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 'os400/os400config.h.in')
-rw-r--r--os400/os400config.h.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/os400/os400config.h.in b/os400/os400config.h.in
index ad5abb70..8ef477ba 100644
--- a/os400/os400config.h.in
+++ b/os400/os400config.h.in
@@ -90,9 +90,6 @@
/* Define if history library is there (-lhistory) */
#undef HAVE_LIBHISTORY
-/* Have compression library */
-#undef HAVE_LIBLZMA
-
/* Define if pthread library is there (-lpthread) */
#undef HAVE_LIBPTHREAD
@@ -108,9 +105,6 @@
/* Define to 1 if you have the `localtime' function. */
#define HAVE_LOCALTIME 1
-/* Define to 1 if you have the <lzma.h> header file. */
-#undef HAVE_LZMA_H
-
/* Define to 1 if you have the <malloc.h> header file. */
#undef HAVE_MALLOC_H
@@ -274,14 +268,6 @@
/* Define to 1 if you have the `vsprintf' function. */
#undef HAVE_VSPRINTF /* Use trio. */
-/* Define to 1 if you have the <zlib.h> header file. */
-/* Actually dependent on the compilation script. */
-#if @WITH_ZLIB@
-#define HAVE_ZLIB_H 1
-#else
-#undef HAVE_ZLIB_H
-#endif
-
/* Define to 1 if you have the `_stat' function. */
#undef HAVE__STAT