mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-10 06:23:01 +03:00
Fix zlib detection.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@288 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
@@ -45,10 +45,11 @@ if (GCRYPT_LIBRARY)
|
|||||||
set(HAVE_LIBGCRYPT 1)
|
set(HAVE_LIBGCRYPT 1)
|
||||||
endif (GCRYPT_LIBRARY)
|
endif (GCRYPT_LIBRARY)
|
||||||
|
|
||||||
if (ZLIB_LIBRARY)
|
if (Z_LIBRARY)
|
||||||
set(HAVE_ZLIB 1)
|
set(HAVE_LIBZ 1)
|
||||||
endif (ZLIB_LIBRARY)
|
endif (Z_LIBRARY)
|
||||||
|
|
||||||
if (WITH_SSH1)
|
if (WITH_SSH1)
|
||||||
set(HAVE_SSH1 1)
|
set(HAVE_SSH1 1)
|
||||||
endif (WITH_SSH1)
|
endif (WITH_SSH1)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user