1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-08 19:02:06 +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:
Andreas Schneider
2009-03-28 21:14:45 +00:00
parent 3b38c66b3d
commit d3d7f08d6a

View File

@@ -45,10 +45,11 @@ if (GCRYPT_LIBRARY)
set(HAVE_LIBGCRYPT 1)
endif (GCRYPT_LIBRARY)
if (ZLIB_LIBRARY)
set(HAVE_ZLIB 1)
endif (ZLIB_LIBRARY)
if (Z_LIBRARY)
set(HAVE_LIBZ 1)
endif (Z_LIBRARY)
if (WITH_SSH1)
set(HAVE_SSH1 1)
endif (WITH_SSH1)