Remove redundant check for 'getaddrinfo' (it's already checked the block

before.)
This commit is contained in:
Thomas Wouters 2001-08-08 10:39:03 +00:00
parent f9836ba4fe
commit b0db85ac19
1 changed files with 1 additions and 1 deletions

View File

@ -1302,7 +1302,7 @@ if test "$buggygetaddrinfo" = "yes"; then
exit 1
fi
fi
AC_CHECK_FUNCS(getaddrinfo getnameinfo)
AC_CHECK_FUNCS(getnameinfo)
# checks for structures
AC_HEADER_TIME