aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-03-28 21:44:36 +0000
committerAndreas Schneider <mail@cynapses.org>2009-03-28 21:44:36 +0000
commit01c08774951f729e4135f34755a45aa85679151b (patch)
tree2a1d1a64a8ac602553a3b769fae4f6bd3ed4fd5b
parent33b948cab991cb9ef4834ea02b19cf38623bcc3f (diff)
downloadlibssh-01c08774951f729e4135f34755a45aa85679151b.tar.gz
libssh-01c08774951f729e4135f34755a45aa85679151b.tar.xz
libssh-01c08774951f729e4135f34755a45aa85679151b.zip
Fix the name of the SSH1 support.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@290 7dcaeef0-15fb-0310-b436-a5af3365683c
-rw-r--r--config.h.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 5d6f00a1..d08a583a 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -63,7 +63,7 @@
#cmakedefine WITH_LIBZ 1
/* Define to 1 if you want to enable SSH1 */
-#cmakedefine HAVE_SSH1 1
+#cmakedefine WITH_SSH1 1
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */