diff options
author | Barry Warsaw <barry@python.org> | 2000-06-30 16:02:58 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2000-06-30 16:02:58 +0000 |
commit | cf053b15b59bb1f0a0d9defec7407100818a84fd (patch) | |
tree | d12fcae2e5ec7016823fd606277380d97b1cefef /acconfig.h | |
parent | 633a8d90d58cd08804f92e863a6a376021a20276 (diff) | |
download | cpython-git-cf053b15b59bb1f0a0d9defec7407100818a84fd.tar.gz |
Added #undef of WITH_CYCLE_GC for autoconf's delight.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |