diff options
author | Gunter Knauf <gk@gknw.de> | 2007-01-25 00:26:29 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2007-01-25 00:26:29 +0000 |
commit | 36e3e6ed16876c282268e808b48618b94cca09c4 (patch) | |
tree | 1d03814aed2063387f86b472cddc802119018932 /lib/Makefile.netware | |
parent | 5f9cbc420935eac500dc961c109d57df2f027326 (diff) |
removed not used define.
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r-- | lib/Makefile.netware | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 8316cc159..ad3b1ede7 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 |