Commit b0db85ac authored by Thomas Wouters's avatar Thomas Wouters

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

before.)
parent f9836ba4
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment