From 7866c5194c5f15d90bbb54820bb31a69998c6bed Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Thu, 27 May 2004 15:58:02 +0000 Subject: - Update to Python 2.3.4. - Test WITHOUT_* instead of WITH_* for values which are on by default so that package build clusters detect correctly. --- lang/python/files/patch-configure | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lang/python/files/patch-configure') diff --git a/lang/python/files/patch-configure b/lang/python/files/patch-configure index 40e715f8aa0e..46e70b302d23 100644 --- a/lang/python/files/patch-configure +++ b/lang/python/files/patch-configure @@ -31,11 +31,3 @@ else echo "$as_me: program exited with status $ac_status" >&5 echo "$as_me: failed program was:" >&5 -@@ -15001,6 +15007,7 @@ - hints.ai_family = AF_UNSPEC; - hints.ai_flags = passive ? AI_PASSIVE : 0; - hints.ai_socktype = SOCK_STREAM; -+ hints.ai_protocol = IPPROTO_TCP; - if ((gaierr = getaddrinfo(NULL, "54321", &hints, &aitop)) != 0) { - (void)gai_strerror(gaierr); - goto bad; -- cgit v1.2.3