Skip to content
Snippets Groups Projects
Commit 1239e483 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

check for tld_strerror

parent 52313cba
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment