From 5e65d48ffafb6ed42c03ed8758258159e12ec117 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 14 Jun 2004 21:40:11 +0000 Subject: we actually build and run fine with libidn 0.4.1 too, so let's not require anything newer than that --- lib/setup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/setup.h b/lib/setup.h index 2243bc986..936199138 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 */ -- cgit v1.2.3