mirror of
https://github.com/curl/curl.git
synced 2026-07-23 19:57:16 +03:00
changed defines to make autobuild logs display libidn usage.
This commit is contained in:
parent
b2ed1e2607
commit
78936b2f2a
2 changed files with 4 additions and 2 deletions
|
|
@ -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) >> $@
|
||||
|
|
|
|||
|
|
@ -535,7 +535,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) >> $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue