From cf053b15b59bb1f0a0d9defec7407100818a84fd Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 30 Jun 2000 16:02:58 +0000 Subject: Added #undef of WITH_CYCLE_GC for autoconf's delight. --- acconfig.h | 3 +++ config.h.in | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/acconfig.h b/acconfig.h index 3c07ebc..ab775e9 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 7b909ad..9c3caf0 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 -- cgit v0.12