Don't set options again.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@619 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Andreas Schneider
2009-04-27 11:00:32 +00:00
parent c1c4f299ff
commit 72aeba410f

View File

@@ -50,18 +50,6 @@ if (Z_LIBRARY)
endif (Z_LIBRARY)
# OPTIONS
if (WITH_LIBZ)
set(WITH_LIBZ 1)
endif (WITH_LIBZ)
if (WITH_SSH1)
set(WITH_SSH1 1)
endif (WITH_SSH1)
if (WITH_SERVER)
set(WITH_SERVER 1)
endif (WITH_SERVER)
if (WITH_DEBUG_CRYPTO)
set(DEBUG_CRYPTO 1)
endif (WITH_DEBUG_CRYPTO)