From 0b8e9c8522a7d81fe9e87eb8dc4adaefe5cd3184 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 10 Aug 2015 14:53:48 +0200 Subject: Revert "configure: disable libidn by default" This reverts commit e6749055d65398315fd77f5b5b8234c5552ac2d3. ... since libidn has since been fixed. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') 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 -- cgit v1.2.3