From: Daniel Stenberg Date: Mon, 14 Jun 2004 21:40:11 +0000 (+0000) Subject: we actually build and run fine with libidn 0.4.1 too, so let's not require X-Git-Tag: curl-7_12_1~271 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e65d48ffafb6ed42c03ed8758258159e12ec117;p=thirdparty%2Fcurl.git we actually build and run fine with libidn 0.4.1 too, so let's not require anything newer than that --- diff --git a/lib/setup.h b/lib/setup.h index 2243bc9864..9361991381 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -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 */