From 0aeca41702d2a70f7d253451781fe52398aab257 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 27 Jun 2018 08:20:28 +0200 Subject: getnameinfo: not used Closes #2687 --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d23be37c6..fb1a70e60 100755 --- a/configure.ac +++ b/configure.ac @@ -3653,10 +3653,6 @@ AC_CHECK_FUNCS([fnmatch \ fi ]) -dnl Check if the getnameinfo function is available -dnl and get the types of five of its arguments. -CURL_CHECK_FUNC_GETNAMEINFO - if test "$ipv6" = "yes"; then if test "$curl_cv_func_getaddrinfo" = "yes"; then AC_DEFINE(ENABLE_IPV6, 1, [Define if you want to enable IPv6 support]) -- cgit v1.2.3