1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-29 01:03:57 +03:00

gzip: Fix zlib support.

This commit is contained in:
Andreas Schneider
2011-09-17 22:47:56 +02:00
parent 7202a26b6c
commit dc42a1757f
7 changed files with 12 additions and 16 deletions

View File

@@ -80,7 +80,7 @@
#define CRYPTO_STRING ""
#endif
#if defined(HAVE_LIBZ) && defined(WITH_LIBZ)
#ifdef WITH_LIBZ
#define LIBZ_STRING "/zlib"
#else
#define LIBZ_STRING ""