mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:13:32 +03:00
we actually build and run fine with libidn 0.4.1 too, so let's not require
anything newer than that
This commit is contained in:
parent
752ef08141
commit
5e65d48ffa
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ typedef struct in_addr Curl_ipconnect;
|
|||
/* This could benefit from additional checks that some of the used/important
|
||||
header files are present as well before we define the USE_* define. */
|
||||
#define USE_LIBIDN
|
||||
#define LIBIDN_REQUIRED_VERSION "0.4.5"
|
||||
#define LIBIDN_REQUIRED_VERSION "0.4.1"
|
||||
#endif
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue