check for tld_strerror

This commit is contained in:
Daniel Stenberg 2004-10-07 07:41:14 +00:00
parent 52313cbac9
commit 1239e48304
1 changed files with 1 additions and 1 deletions

View File

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