[Python-checkins] CVS: python/dist/src configure,1.224,1.225 configure.in,1.232,1.233

Martin v. L?wis loewis@users.sourceforge.net
Sun, 22 Jul 2001 18:30:12 -0700


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

Modified Files:
	configure configure.in 
Log Message:
Instead of accessing ss_family, cast sockaddr_storage to sockaddr and access sa_family.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.224
retrieving revision 1.225
diff -C2 -r1.224 -r1.225
*** configure	2001/07/20 19:29:04	1.224
--- configure	2001/07/23 01:30:09	1.225
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.231 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.232 
  
[...3994 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 6954 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
***************
*** 7002,7006 ****
  SRCDIRS="Parser Grammar Objects Python Modules"
  echo $ac_n "checking for build directories""... $ac_c" 1>&6
! echo "configure:7005: checking for build directories" >&5
  for dir in $SRCDIRS; do
      if test ! -d $dir; then
--- 7000,7004 ----
  SRCDIRS="Parser Grammar Objects Python Modules"
  echo $ac_n "checking for build directories""... $ac_c" 1>&6
! echo "configure:7003: checking for build directories" >&5
  for dir in $SRCDIRS; do
      if test ! -d $dir; then

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.232
retrieving revision 1.233
diff -C2 -r1.232 -r1.233
*** configure.in	2001/07/20 19:29:04	1.232
--- configure.in	2001/07/23 01:30:10	1.233
***************
*** 375,380 ****
  
  # 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,
--- 375,378 ----