Commit 5e65d48f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

we actually build and run fine with libidn 0.4.1 too, so let's not require

anything newer than that
parent 752ef081
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */