From: Neil Schemenauer Date: Thu, 30 Aug 2001 00:13:38 +0000 (+0000) Subject: gcmodule is now always compiled X-Git-Tag: v2.2a3~225 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45c9ae5c974c24e466e6278b98da0b208dbcdb78;p=thirdparty%2FPython%2Fcpython.git gcmodule is now always compiled --- diff --git a/Modules/Setup.config.in b/Modules/Setup.config.in index 7a27e52a5ecf..14ad6bb26712 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