check for tld_strerror
authorDaniel Stenberg <daniel@haxx.se>
Thu, 7 Oct 2004 07:41:14 +0000 (07:41 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 7 Oct 2004 07:41:14 +0000 (07:41 +0000)
configure.ac

index 0cd2a79..f7d18f8 100644 (file)
@@ -977,7 +977,7 @@ case "$LIBIDN" in
        if test "x$idn" = "xyes"; then
          curl_idn_msg="enabled"
          dnl different versions of libidn have different setups of these:
-         AC_CHECK_FUNCS( idn_free idna_strerror )
+         AC_CHECK_FUNCS( idn_free idna_strerror tld_strerror)
          AC_CHECK_HEADERS( idn-free.h )
        fi