]> granicus.if.org Git - python/commitdiff
Fixed this problem.
authorThomas Wouters <thomas@python.org>
Sat, 26 Aug 2000 11:34:29 +0000 (11:34 +0000)
committerThomas Wouters <thomas@python.org>
Sat, 26 Aug 2000 11:34:29 +0000 (11:34 +0000)
Modules/Setup.config.in

index 649567c38579602e034499ca5ff51374fa127d69..8558fb4448cd13e2d0560c7ceafb270aae20bf3e 100644 (file)
@@ -4,10 +4,6 @@
 # based on configure-time options.  Currently thread support and
 # 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
 
 # Garbage collection enabled with --with-cycle-gc