aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-06-14 21:40:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-06-14 21:40:11 +0000
commit5e65d48ffafb6ed42c03ed8758258159e12ec117 (patch)
treecf87ecb83a8429e9a9e2dc741f50d906fe5948da /lib
parent752ef08141a6a15dc57c39cb568f7ba81b583440 (diff)
we actually build and run fine with libidn 0.4.1 too, so let's not require
anything newer than that
Diffstat (limited to 'lib')
-rw-r--r--lib/setup.h2
1 files changed, 1 insertions, 1 deletions
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 */