1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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

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