At 7:08 PM +0100 12/8/99, [EMAIL PROTECTED] wrote: > There is a specific configure macro for zlib detection. However I'd >say that there was not enough testing on this case : what happens >if zlib is not there or partially there (libz.a and zlib.h). Yes, sure enough: #include <zlib.h> #include <htString.h> #include <db.h> I think this should be: #if defined(HAVE_LIBZ) && defined(HAVE_ZLIB_H) #include <zlib.h> #endif #include <htString.h> #include <db.h> There are probably a few other required changes. -Geoff ------------------------------------ To unsubscribe from the htdig3-dev mailing list, send a message to [EMAIL PROTECTED] You will receive a message to confirm this.
