[Python-checkins] CVS: python/dist/src configure.in,1.228,1.229 configure,1.220,1.221

Martin v. L?wis loewis@users.sourceforge.net
Wed, 18 Jul 2001 09:24:33 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv20815

Modified Files:
	configure.in configure 
Log Message:
Deactivate definition of ss_family and ss_len. Fixes bug #440486.


Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.228
retrieving revision 1.229
diff -C2 -r1.228 -r1.229
*** configure.in	2001/07/14 20:55:52	1.228
--- configure.in	2001/07/18 16:24:30	1.229
***************
*** 386,390 ****
  
  # Check for enable-ipv6
! OPT="$OPT -Dss_family=__ss_family -Dss_len=__ss_len"
  AC_MSG_CHECKING([whether to enable ipv6])
  AC_ARG_ENABLE(ipv6,
--- 386,391 ----
  
  # Check for enable-ipv6
! # XXX definition of ss_family disabled until author clarifies rationale.
! # DEFS="$DEFS -Dss_family=__ss_family -Dss_len=__ss_len"
  AC_MSG_CHECKING([whether to enable ipv6])
  AC_ARG_ENABLE(ipv6,

Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.220
retrieving revision 1.221
diff -C2 -r1.220 -r1.221
*** configure	2001/07/14 20:55:52	1.220
--- configure	2001/07/18 16:24:30	1.221
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.227 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.228 
  
[...3956 lines suppressed...]
  if eval "test \"`echo '$''{'ac_cv_type_socklen_t'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
    cat > conftest.$ac_ext <<EOF
! #line 6928 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
***************
*** 6973,6977 ****
  SRCDIRS="Parser Grammar Objects Python Modules"
  echo $ac_n "checking for build directories""... $ac_c" 1>&6
! echo "configure:6976: checking for build directories" >&5
  for dir in $SRCDIRS; do
      if test ! -d $dir; then
--- 6974,6978 ----
  SRCDIRS="Parser Grammar Objects Python Modules"
  echo $ac_n "checking for build directories""... $ac_c" 1>&6
! echo "configure:6977: checking for build directories" >&5
  for dir in $SRCDIRS; do
      if test ! -d $dir; then