when building with libidn support, check for idna_strerror() which is

included in very recent versions
This commit is contained in:
Daniel Stenberg 2004-10-03 20:50:47 +00:00
parent f4f961c4ea
commit f4252f8672

View File

@ -972,7 +972,7 @@ case "$LIBIDN" in
if test "x$nolibidn" != "xtrue"; then
curl_idn_msg="enabled"
dnl different versions of libidn have different setups of these:
AC_CHECK_FUNCS( idn_free )
AC_CHECK_FUNCS( idn_free idna_strerror )
AC_CHECK_HEADERS( idn-free.h )
fi