aboutsummaryrefslogtreecommitdiff
path: root/src/misc.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-09-17 22:47:56 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-09-18 21:37:18 +0200
commitdc42a1757fdbbf5b0ffd877649b6cf08b1385420 (patch)
tree7203b92aa25af19d4be5228f859ea0d416d4baa2 /src/misc.c
parent7202a26b6ce9dc30a3764ce177337051d5136bcf (diff)
downloadlibssh-dc42a1757fdbbf5b0ffd877649b6cf08b1385420.tar.gz
libssh-dc42a1757fdbbf5b0ffd877649b6cf08b1385420.tar.xz
libssh-dc42a1757fdbbf5b0ffd877649b6cf08b1385420.zip
gzip: Fix zlib support.
Diffstat (limited to 'src/misc.c')
-rw-r--r--src/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc.c b/src/misc.c
index bef85313..b128e5ea 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -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 ""