]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
we actually build and run fine with libidn 0.4.1 too, so let's not require
authorDaniel Stenberg <daniel@haxx.se>
Mon, 14 Jun 2004 21:40:11 +0000 (21:40 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 14 Jun 2004 21:40:11 +0000 (21:40 +0000)
anything newer than that

lib/setup.h

index 2243bc98642362efe38d9a375191b996341d7918..9361991381e51a853fc84481b42ee0c80b61cc52 100644 (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 */