From: Daniel Stenberg Date: Mon, 29 Jun 2015 14:03:45 +0000 (+0200) Subject: configure: disable libidn by default X-Git-Tag: curl-7_44_0~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6749055d653;p=curl configure: disable libidn by default 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 --- diff --git a/configure.ac b/configure.ac index accb03889..a2407da68 100644 --- a/configure.ac +++ b/configure.ac @@ -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