]> granicus.if.org Git - python/commitdiff
Remove redundant check for 'getaddrinfo' (it's already checked the block
authorThomas Wouters <thomas@python.org>
Wed, 8 Aug 2001 10:39:03 +0000 (10:39 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 8 Aug 2001 10:39:03 +0000 (10:39 +0000)
before.)

configure.in

index 5ec8b442a335349a5f0c9834d0210d3fc3cb94a2..bc7101a902c4d160f198018fb5dc5a72329424dd 100644 (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