mirror of
https://github.com/curl/curl.git
synced 2026-07-27 16:08:57 +03:00
check for tld_strerror
This commit is contained in:
parent
52313cbac9
commit
1239e48304
1 changed files with 1 additions and 1 deletions
|
|
@ -977,7 +977,7 @@ case "$LIBIDN" in
|
|||
if test "x$idn" = "xyes"; then
|
||||
curl_idn_msg="enabled"
|
||||
dnl different versions of libidn have different setups of these:
|
||||
AC_CHECK_FUNCS( idn_free idna_strerror )
|
||||
AC_CHECK_FUNCS( idn_free idna_strerror tld_strerror)
|
||||
AC_CHECK_HEADERS( idn-free.h )
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue