diff options
author | Gunter Knauf <gk@gknw.de> | 2008-11-13 01:36:04 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2008-11-13 01:36:04 +0000 |
commit | 78936b2f2aedc6c9ea090ba0b9d04270547096ed (patch) | |
tree | 945d4bddc86b8a97609b0bbdc277ebf099585601 /lib/Makefile.netware | |
parent | b2ed1e2607532ce56f06bd8d2eaff98df981f321 (diff) |
changed defines to make autobuild logs display libidn usage.
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r-- | lib/Makefile.netware | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 2b4090e01..a1f3ff1ee 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -547,7 +547,8 @@ ifdef WITH_SSH2 @echo $(DL)#define HAVE_LIBSSH2_H 1$(DL) >> $@ endif ifdef WITH_IDN - @echo $(DL)#define USE_LIBIDN 1$(DL) >> $@ + @echo $(DL)#define HAVE_LIBIDN 1$(DL) >> $@ + @echo $(DL)#define HAVE_TLD_H 1$(DL) >> $@ endif @echo $(DL)#ifdef __GNUC__$(DL) >> $@ @echo $(DL)#define HAVE_VARIADIC_MACROS_GCC 1$(DL) >> $@ |