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:
Родитель
8208dd3b22
Коммит
e6749055d6
|
@ -2659,9 +2659,9 @@ case "$OPT_IDN" in
|
||||||
;;
|
;;
|
||||||
default)
|
default)
|
||||||
dnl configure option not specified
|
dnl configure option not specified
|
||||||
want_idn="yes"
|
want_idn="no"
|
||||||
want_idn_path="default"
|
want_idn_path="default"
|
||||||
AC_MSG_RESULT([(assumed) yes])
|
AC_MSG_RESULT([(assumed) no])
|
||||||
;;
|
;;
|
||||||
yes)
|
yes)
|
||||||
dnl --with-libidn option used without path
|
dnl --with-libidn option used without path
|
||||||
|
|
Загрузка…
Ссылка в новой задаче