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
This commit is contained in:
Daniel Stenberg 2015-06-29 16:03:45 +02:00
parent 8208dd3b22
commit e6749055d6
1 changed files with 2 additions and 2 deletions

View 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