From: Gunter Knauf Date: Thu, 25 Jan 2007 00:26:29 +0000 (+0000) Subject: removed not used define. X-Git-Tag: curl-7_16_1~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=36e3e6ed16876c282268e808b48618b94cca09c4;p=thirdparty%2Fcurl.git removed not used define. --- diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 8316cc1592..ad3b1ede74 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -420,7 +420,6 @@ ifdef WITH_SSL endif ifdef WITH_SSH2 @echo $(DL)#define USE_LIBSSH2 1$(DL) >> $@ - @echo $(DL)#define HAVE_LIBSSH2 1$(DL) >> $@ @echo $(DL)#define HAVE_LIBSSH2_H 1$(DL) >> $@ endif ifdef OLD_NOVELLSDK diff --git a/src/Makefile.netware b/src/Makefile.netware index d863837e3d..7eac973a27 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -386,7 +386,6 @@ ifdef WITH_SSL endif ifdef WITH_SSH2 @echo $(DL)#define USE_LIBSSH2 1$(DL) >> $@ - @echo $(DL)#define HAVE_LIBSSH2 1$(DL) >> $@ @echo $(DL)#define HAVE_LIBSSH2_H 1$(DL) >> $@ endif ifdef OLD_NOVELLSDK