Andrew M. Kuchling
a99202a017
Fix for bug #129173 , reported by Skip Montanaro:
...
Check for the two possible headers for Expat, expat.h and xmlparse.h,
and only compile the pyexpat module if one of them is found.
2001-01-17 20:51:18 +00:00
Andrew M. Kuchling
4f9e9432a8
Use the extended library search path when looking for readline (simple
...
oversight in using self.compiler.library_dirs)
2001-01-17 20:20:44 +00:00
Andrew M. Kuchling
d5c43065d5
Various clean-ups:
...
* Uncomment the xreadlines module
* The Tcl/Tk detection code doesn't need to worry about pre-8.0 versions
* Fix some debugging changes (not running ar, a commented-out line)
2001-01-17 15:59:25 +00:00
Andrew M. Kuchling
00e0f21be8
[Patch #102588/PEP 229]:
...
Check in the setup.py script, and the setup.cfg.in file, which
handle compiling and installing as many extension modules as possible
2001-01-17 15:23:23 +00:00