[Python-checkins] CVS: python/dist/src configure,1.279.6.2,1.279.6.3

Michael Hudson mwh@users.sourceforge.net
Fri, 08 Mar 2002 06:11:39 -0800


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

Modified Files:
      Tag: release22-maint
	configure 
Log Message:
backport jackjansen's checkin of
    revision 1.294 of configure.in
    revision 1.285 of configure

When testing for availability of pthreads without special compiler options
or libraries also look for thread_detach. SGI has thread_create in libc
but complete pthread support only in -lpthread. Fixes #522393.

2.2.1 candidate.Killed by signal 2.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.279.6.2
retrieving revision 1.279.6.3
diff -C2 -d -r1.279.6.2 -r1.279.6.3
*** configure	7 Mar 2002 10:05:09 -0000	1.279.6.2
--- configure	8 Mar 2002 14:11:35 -0000	1.279.6.3
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.288.6.2 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.288.6.3 
  
[...4350 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 7494 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
***************
*** 7545,7549 ****
  SRCDIRS="Parser Grammar Objects Python Modules"
  echo $ac_n "checking for build directories""... $ac_c" 1>&6
! echo "configure:7548: checking for build directories" >&5
  for dir in $SRCDIRS; do
      if test ! -d $dir; then
--- 7547,7551 ----
  SRCDIRS="Parser Grammar Objects Python Modules"
  echo $ac_n "checking for build directories""... $ac_c" 1>&6
! echo "configure:7550: checking for build directories" >&5
  for dir in $SRCDIRS; do
      if test ! -d $dir; then