fix a IDN detect/use mistake

This commit is contained in:
Daniel Stenberg 2004-11-11 22:01:53 +00:00
parent f68950db67
commit 8c16696f47
1 changed files with 1 additions and 0 deletions

View File

@ -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