diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-06-27 08:20:28 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-06-27 13:49:18 +0200 |
commit | 0aeca41702d2a70f7d253451781fe52398aab257 (patch) | |
tree | d9457de98f62e2b30ff6b3353bb2a6287f0f6d80 /configure.ac | |
parent | 3ef67c6861c9d6236a4339d3446a444767598a58 (diff) | |
download | curl-0aeca41702d2a70f7d253451781fe52398aab257.tar.gz |
getnameinfo: not used
Closes #2687
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
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]) |