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

checl for the idn_free stuff to remain functionall even with older libidn

versions
parent 6531a611
No related branches found
No related tags found
No related merge requests found
......@@ -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
;;
......
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