mirror of
https://github.com/curl/curl.git
synced 2026-04-15 09:01:40 +03:00
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:
parent
8208dd3b22
commit
e6749055d6
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue