diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-08-10 14:53:48 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-08-10 14:54:41 +0200 |
commit | 0b8e9c8522a7d81fe9e87eb8dc4adaefe5cd3184 (patch) | |
tree | c9e20dc23bb19bb0b6da2514f70a8df9e595edaa /configure.ac | |
parent | 9a5574ca7b44f345a80eec5b150da8a9aeb49fac (diff) | |
download | curl-0b8e9c8522a7d81fe9e87eb8dc4adaefe5cd3184.tar.gz |
Revert "configure: disable libidn by default"
This reverts commit e6749055d65398315fd77f5b5b8234c5552ac2d3.
... since libidn has since been fixed.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ce651791d..683299d10 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |