diff options
author | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2001-08-30 00:13:38 (GMT) |
---|---|---|
committer | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2001-08-30 00:13:38 (GMT) |
commit | 45c9ae5c974c24e466e6278b98da0b208dbcdb78 (patch) | |
tree | 2b6872236480a798a59757fe9475c94bc0a85b9d /Modules/Setup.config.in | |
parent | 7d0e19e1f43aee2b800ea8643bec4ee1d8cf9b96 (diff) | |
download | cpython-45c9ae5c974c24e466e6278b98da0b208dbcdb78.zip cpython-45c9ae5c974c24e466e6278b98da0b208dbcdb78.tar.gz cpython-45c9ae5c974c24e466e6278b98da0b208dbcdb78.tar.bz2 |
gcmodule is now always compiled
Diffstat (limited to 'Modules/Setup.config.in')
-rw-r--r-- | Modules/Setup.config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/Setup.config.in b/Modules/Setup.config.in index 7a27e52..14ad6bb 100644 --- a/Modules/Setup.config.in +++ b/Modules/Setup.config.in @@ -3,9 +3,6 @@ # The purpose of this file is to conditionally enable certain modules # based on configure-time options. -# Garbage collection enabled with --with-cycle-gc -@USE_GC_MODULE@gc gcmodule.c - # Threading @USE_THREAD_MODULE@thread threadmodule.c |