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

Add an option WITH_LIBZ to compile with zlib support.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@289 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Andreas Schneider
2009-03-28 21:43:53 +00:00
parent d3d7f08d6a
commit 33b948cab9
7 changed files with 52 additions and 24 deletions

View File

@@ -49,6 +49,11 @@ if (Z_LIBRARY)
set(HAVE_LIBZ 1)
endif (Z_LIBRARY)
# OPTIONS
if (WITH_LIBZ)
set(WITH_LIBZ 1)
endif (WITH_LIBZ)
if (WITH_SSH1)
set(HAVE_SSH1 1)
endif (WITH_SSH1)