I'm trying to explicitly disable the compilation of the _tkinter module when compiling Python 2.4.3. It's easy enough to do by modifying the makefile but I'd rather just append a configuration option to avoid supplying a patch.
I do not understand the complex interplay between Modules/Setup*, setup.py and their contribution to the generation of makefile.