Check for zlib.h in addition to libz.

This commit is contained in:
Todd C. Miller
2010-06-16 16:51:46 -04:00
parent d018936b4e
commit ebc152ce8f
6 changed files with 585 additions and 442 deletions

View File

@@ -473,7 +473,7 @@ init_defaults(void)
def_timestamp_timeout = TIMEOUT;
def_passwd_timeout = PASSWORD_TIMEOUT;
def_passwd_tries = TRIES_FOR_PASSWORD;
#ifdef HAVE_ZLIB
#ifdef HAVE_ZLIB_H
def_compress_io = TRUE;
#endif