mirror of
https://github.com/curl/curl.git
synced 2026-08-05 02:26:13 +03:00
fix a IDN detect/use mistake
This commit is contained in:
parent
f68950db67
commit
8c16696f47
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue