mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
fix a IDN detect/use mistake
This commit is contained in:
parent
f68950db67
commit
8c16696f47
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user