summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2000-08-26 11:34:29 (GMT)
committerThomas Wouters <thomas@python.org>2000-08-26 11:34:29 (GMT)
commit124af7cfd67de52e600c8519b7026a2bed48c494 (patch)
treee66f28ee46e51ff4d99783b8ba2289675e97742f /Modules
parent0db2b2b4fe5e5fd5b0ad5ce458facd599e553227 (diff)
downloadcpython-124af7cfd67de52e600c8519b7026a2bed48c494.zip
cpython-124af7cfd67de52e600c8519b7026a2bed48c494.tar.gz
cpython-124af7cfd67de52e600c8519b7026a2bed48c494.tar.bz2
Fixed this problem.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Setup.config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/Setup.config.in b/Modules/Setup.config.in
index 649567c..8558fb4 100644
--- a/Modules/Setup.config.in
+++ b/Modules/Setup.config.in
@@ -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