[Python-checkins] CVS: python/dist/src/Modules Setup.config.in,1.1,1.2

Thomas Wouters python-dev@python.org
Sat, 26 Aug 2000 04:34:40 -0700


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

Modified Files:
	Setup.config.in 
Log Message:

Fixed this problem.



Index: Setup.config.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Setup.config.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Setup.config.in	2000/06/30 16:12:15	1.1
--- Setup.config.in	2000/08/26 11:34:29	1.2
***************
*** 5,12 ****
  # garbage collection support are the only two modules so enabled.
  
- # *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.
  @USE_THREAD_MODULE@thread threadmodule.c
  
--- 5,8 ----