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:
Daniel Stenberg 2004-06-14 21:40:11 +00:00
parent 752ef08141
commit 5e65d48ffa

View File

@ -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 */