mirror of
https://github.com/curl/curl.git
synced 2025-09-18 10:02:45 +03:00
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
|
if test "x$nolibidn" != "xtrue"; then
|
||||||
curl_idn_msg="enabled"
|
curl_idn_msg="enabled"
|
||||||
dnl different versions of libidn have different setups of these:
|
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 )
|
AC_CHECK_HEADERS( idn-free.h )
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user