summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-06-27 08:20:28 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-06-27 13:49:18 +0200
commit0aeca41702d2a70f7d253451781fe52398aab257 (patch)
treed9457de98f62e2b30ff6b3353bb2a6287f0f6d80 /configure.ac
parent3ef67c6861c9d6236a4339d3446a444767598a58 (diff)
downloadgnurl-0aeca41702d2a70f7d253451781fe52398aab257.tar.gz
gnurl-0aeca41702d2a70f7d253451781fe52398aab257.tar.bz2
gnurl-0aeca41702d2a70f7d253451781fe52398aab257.zip
getnameinfo: not used
Closes #2687
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac4
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])