From 08413f49a157383b76b52520bd9d69e13250901e Mon Sep 17 00:00:00 2001 From: kramm Date: Fri, 31 Jan 2003 16:04:54 +0000 Subject: [PATCH] generate HAVE_ZLIB from HAVE_LIBZ and HAVE_ZLIB_H. --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.h.in b/config.h.in index 0ae5d84..ece0c0e 100644 --- a/config.h.in +++ b/config.h.in @@ -103,4 +103,10 @@ /* Define to 1 if this machine has network byte order*/ #undef WORDS_BIGENDIAN +#ifdef HAVE_ZLIB_H +#ifdef HAVE_LIBZ +#define HAVE_ZLIB +#endif +#endif + #endif -- 1.7.10.4