[Python-checkins] CVS: python/dist/src configure,1.180,1.181

Eric S. Raymond esr@users.sourceforge.net
Tue, 16 Jan 2001 07:26:37 -0800


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

Modified Files:
	configure 
Log Message:
Check in a version with the termios test in place.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.180
retrieving revision 1.181
diff -C2 -r1.180 -r1.181
*** configure	2001/01/15 17:07:20	1.180
--- configure	2001/01/16 15:26:34	1.181
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.187 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.188 
  
  # Guess values for system-dependent variables and create Makefiles.
***************
*** 1662,1666 ****
  
  for ac_hdr in dlfcn.h fcntl.h limits.h locale.h ncurses.h poll.h pthread.h \
! signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h \
  sys/audioio.h sys/file.h sys/lock.h db_185.h db.h \
  sys/param.h sys/select.h sys/socket.h sys/time.h sys/times.h \
--- 1662,1666 ----
  
  for ac_hdr in dlfcn.h fcntl.h limits.h locale.h ncurses.h poll.h pthread.h \
! signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h termios.h \
  sys/audioio.h sys/file.h sys/lock.h db_185.h db.h \
  sys/param.h sys/select.h sys/socket.h sys/time.h sys/times.h \