From 45c9ae5c974c24e466e6278b98da0b208dbcdb78 Mon Sep 17 00:00:00 2001 From: Neil Schemenauer Date: Thu, 30 Aug 2001 00:13:38 +0000 Subject: gcmodule is now always compiled --- Modules/Setup.config.in | 3 --- 1 file changed, 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 -- cgit v0.12