]> granicus.if.org Git - curl/commitdiff
configure: disable libidn by default
authorDaniel Stenberg <daniel@haxx.se>
Mon, 29 Jun 2015 14:03:45 +0000 (16:03 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 29 Jun 2015 21:17:30 +0000 (23:17 +0200)
For security reasons, until there is a fix.

Bug: http://curl.haxx.se/mail/lib-2015-06/0143.html
Reported-by: Gustavo Grieco, Feist Josselin
configure.ac

index accb03889fc01199dafcdc01a7993f9288c7a68a..a2407da68d95170c54515f98e7b394a307d2871f 100644 (file)
@@ -2659,9 +2659,9 @@ case "$OPT_IDN" in
     ;;
   default)
     dnl configure option not specified
-    want_idn="yes"
+    want_idn="no"
     want_idn_path="default"
-    AC_MSG_RESULT([(assumed) yes])
+    AC_MSG_RESULT([(assumed) no])
     ;;
   yes)
     dnl --with-libidn option used without path