]> granicus.if.org Git - curl/commitdiff
Revert "configure: disable libidn by default"
authorDaniel Stenberg <daniel@haxx.se>
Mon, 10 Aug 2015 12:53:48 +0000 (14:53 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 10 Aug 2015 12:54:41 +0000 (14:54 +0200)
This reverts commit e6749055d65398315fd77f5b5b8234c5552ac2d3.

... since libidn has since been fixed.

RELEASE-NOTES
configure.ac

index 7d230b3720ae777d5bd280636b1e5d800c353641..cb24bdbedf20829c6da502293d1864f0747573c5 100644 (file)
@@ -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
@@ -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
index ce651791d49464c8a78681f65fb89b98b7ad376f..683299d107186568cd442e2519cefe5da1b10dbe 100644 (file)
@@ -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