mirror of
https://github.com/curl/curl.git
synced 2026-07-23 05:47:16 +03:00
checl for the idn_free stuff to remain functionall even with older libidn
versions
This commit is contained in:
parent
6531a6116d
commit
4e7575fc7a
1 changed files with 3 additions and 0 deletions
|
|
@ -963,6 +963,9 @@ 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_HEADERS( idn-free.h )
|
||||
fi
|
||||
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue