[Python-checkins] CVS: python/dist/src/Modules Setup.thread.in,2.1,2.2

Barry Warsaw python-dev@python.org
Thu, 29 Jun 2000 09:08:31 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv1379

Modified Files:
	Setup.thread.in 
Log Message:
Updated the comment in this file to reflect the new defaults.  Threads
are enabled by default now unless --without-threads is given to
configure.


Index: Setup.thread.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Setup.thread.in,v
retrieving revision 2.1
retrieving revision 2.2
diff -C2 -r2.1 -r2.2
*** Setup.thread.in	1997/12/04 00:48:27	2.1
--- Setup.thread.in	2000/06/29 16:08:28	2.2
***************
*** 1,10 ****
  # This file is transmogrified into Setup.thread by config.status.
  
! # Its purpose is to automatically enable the thread module when the
! # --with-thread argument is given to the configure script.
  
  # *NOTE*: if the configure script decides it can't support threads,
  # the thread module will still be enabled and cause compile errors.
! # The solution is not to use --with-thread on platforms that don't
  # support threads.
  
--- 1,11 ----
  # This file is transmogrified into Setup.thread by config.status.
  
! # Its purpose is to automatically enable the thread module by default
! # unless the the --without-threads argument is given to the configure
! # script.
  
  # *NOTE*: if the configure script decides it can't support threads,
  # the thread module will still be enabled and cause compile errors.
! # The solution is to use --without-threads on platforms that don't
  # support threads.