generate HAVE_ZLIB from HAVE_LIBZ and HAVE_ZLIB_H.
[swftools.git] / config.h.in
index 0ae5d84..ece0c0e 100644 (file)
 /* 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