From: Barry Warsaw Date: Fri, 30 Jun 2000 16:02:58 +0000 (+0000) Subject: Added #undef of WITH_CYCLE_GC for autoconf's delight. X-Git-Tag: v2.0b1~1212 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf053b15b59bb1f0a0d9defec7407100818a84fd;p=python Added #undef of WITH_CYCLE_GC for autoconf's delight. --- diff --git a/acconfig.h b/acconfig.h index 3c07ebc68d..ab775e9cbb 100644 --- a/acconfig.h +++ b/acconfig.h @@ -144,6 +144,9 @@ /* Define if you want to compile in rudimentary thread support */ #undef WITH_THREAD +/* Define if you want to compile in cycle garbage collection */ +#undef WITH_CYCLE_GC + /* Define if you want to produce an OpenStep/Rhapsody framework (shared library plus accessory files). */ #undef WITH_NEXT_FRAMEWORK diff --git a/config.h.in b/config.h.in index 7b909ad7ba..9c3caf0e72 100644 --- a/config.h.in +++ b/config.h.in @@ -206,13 +206,13 @@ /* Define if you want to compile in rudimentary thread support */ #undef WITH_THREAD +/* Define if you want to compile in cycle garbage collection */ +#undef WITH_CYCLE_GC + /* Define if you want to produce an OpenStep/Rhapsody framework (shared library plus accessory files). */ #undef WITH_NEXT_FRAMEWORK -/* Define if you want cycle garbage collection */ -#undef WITH_CYCLE_GC - /* The number of bytes in an off_t. */ #undef SIZEOF_OFF_T