Added #undef of WITH_CYCLE_GC for autoconf's delight.
This commit is contained in:
parent
633a8d90d5
commit
cf053b15b5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue