1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-07 08:02:55 +03:00

build: Fix zlib support.

This commit is contained in:
Andreas Schneider
2011-09-23 22:54:33 +02:00
committed by Aris Adamantiadis
parent 43fc7553f8
commit 6859e4f4ec
8 changed files with 22 additions and 22 deletions

View File

@@ -58,7 +58,7 @@
#define DES "3des-cbc"
#endif
#ifdef WITH_LIBZ
#ifdef WITH_ZLIB
#define ZLIB "none,zlib,zlib@openssh.com"
#else
#define ZLIB "none"