when building with libidn support, check for idna_strerror() which is
included in very recent versions
This commit is contained in:
parent
f4f961c4ea
commit
f4252f8672
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user