Commit f4252f86 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

included in very recent versions
parent f4f961c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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