Fix zlib detection.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@288 7dcaeef0-15fb-0310-b436-a5af3365683c
Этот коммит содержится в:
родитель
3b38c66b3d
Коммит
d3d7f08d6a
@ -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)
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user