From 01c08774951f729e4135f34755a45aa85679151b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 28 Mar 2009 21:44:36 +0000 Subject: 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 --- config.h.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h.cmake') 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). */ -- cgit v1.2.3