Kaydet (Commit) cf053b15 authored tarafından Barry Warsaw's avatar Barry Warsaw

Added #undef of WITH_CYCLE_GC for autoconf's delight.

üst 633a8d90
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment