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

Fix SSH1 support.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@292 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Andreas Schneider
2009-03-28 21:52:15 +00:00
parent 117fc43b69
commit fce4840c77

View File

@@ -55,6 +55,6 @@ if (WITH_LIBZ)
endif (WITH_LIBZ)
if (WITH_SSH1)
set(HAVE_SSH1 1)
set(WITH_SSH1 1)
endif (WITH_SSH1)