From: kramm Date: Fri, 31 Jan 2003 16:04:54 +0000 (+0000) Subject: generate HAVE_ZLIB from HAVE_LIBZ and HAVE_ZLIB_H. X-Git-Tag: release-0-4-4~149 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=08413f49a157383b76b52520bd9d69e13250901e generate HAVE_ZLIB from HAVE_LIBZ and HAVE_ZLIB_H. --- 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