Promote libz and libmagic to required dependencies.

This commit is contained in:
Jon Siwek 2011-11-11 12:39:00 -06:00
parent 151664bc26
commit d750c3ba74
20 changed files with 26 additions and 114 deletions

View file

@ -287,8 +287,6 @@ private:
static SSL_CTX* ctx;
};
#ifdef HAVE_LIBZ
#include <zlib.h>
// Wrapper class around a another ChunkedIO which the (un-)compresses data.
@ -335,6 +333,4 @@ protected:
unsigned long uncompressed_bytes_written;
};
#endif /* HAVE_LIBZ */
#endif