Skip to content

Commit

Permalink
Revert "configure: disable libidn by default"
Browse files Browse the repository at this point in the history
This reverts commit e674905.

... since libidn has since been fixed.
  • Loading branch information
bagder committed Aug 10, 2015
1 parent 9a5574c commit 0b8e9c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions RELEASE-NOTES
Expand Up @@ -12,7 +12,6 @@ This release includes the following changes:
o examples: added http2-serverpush.c [7]
o http2: added curl_pushheader_byname() and curl_pushheader_bynum()
o docs: added CODE_OF_CONDUCT.md [8]
o configure: disable libidn by default [4]
o curl: Add --ssl-no-revoke to disable certificate revocation checks [5]
o libcurl: New value CURLSSLOPT_NO_REVOKE for CURLOPT_SSL_OPTIONS [9]
o makefile: Added support for VC14
Expand Down Expand Up @@ -92,7 +91,6 @@ References to bug reports and discussions on issues:
[1] = https://github.com/bagder/curl/issues/278
[2] = https://github.com/bagder/curl/issues/318
[3] = http://curl.haxx.se/mail/lib-2015-06/0122.html
[4] = http://curl.haxx.se/mail/lib-2015-06/0143.html
[5] = https://github.com/bagder/curl/issues/264
[6] = http://curl.haxx.se/libcurl/c/CURLMOPT_PUSHFUNCTION.html
[7] = http://curl.haxx.se/libcurl/c/http2-serverpush.html
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -2700,9 +2700,9 @@ case "$OPT_IDN" in
;;
default)
dnl configure option not specified
want_idn="no"
want_idn="yes"
want_idn_path="default"
AC_MSG_RESULT([(assumed) no])
AC_MSG_RESULT([(assumed) yes])
;;
yes)
dnl --with-libidn option used without path
Expand Down

0 comments on commit 0b8e9c8

Please sign in to comment.