[Python-Dev] --with-cycle-gc switch

Barry A. Warsaw bwarsaw@beopen.com
Fri, 30 Jun 2000 12:51:15 -0400 (EDT)


I don't like --with-cycle-gc as the configure switch, and
unfortunately configure is explicitly designed not to complain about
bogus switches.  I just typed --without-gc and was momentarily
surprised that the module was still enabled.

I propose to change the switch to --with(out)-gc and to not recognize
--with(out)-cycle-gc.  The switch hasn't been there long enough to
support both.

-Barry