From: Daniel Stenberg Date: Thu, 11 Nov 2004 22:01:53 +0000 (+0000) Subject: fix a IDN detect/use mistake X-Git-Tag: curl-7_12_3~217 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c16696f4714bf65e86b6b51f247e9418338f39d;p=thirdparty%2Fcurl.git fix a IDN detect/use mistake --- diff --git a/configure.ac b/configure.ac index e9f206c031..3f2fcdc795 100644 --- a/configure.ac +++ b/configure.ac @@ -986,6 +986,7 @@ case "$LIBIDN" in if test "x$idn" != "xyes"; then dnl check with default paths + idn="yes" AC_CHECK_LIB(idn, idna_to_ascii_lz, , idn="") fi