# DP: Link with the system expat --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -168,7 +168,7 @@ #_testcapi _testcapimodule.c # Python C API test module #_random _randommodule.c # Random number generator #atexit atexitmodule.c # Register functions to be run at interpreter-shutdown -#_elementtree -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H _elementtree.c # elementtree accelerator +#_elementtree -DUSE_PYEXPAT_CAPI _elementtree.c # elementtree accelerator #_pickle _pickle.c # pickle accelerator #_datetime _datetimemodule.c # datetime accelerator #_bisect _bisectmodule.c # Bisection algorithms @@ -364,7 +364,7 @@ # # More information on Expat can be found at www.libexpat.org. # -#pyexpat expat/xmlparse.c expat/xmlrole.c expat/xmltok.c pyexpat.c -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H +#pyexpat pyexpat.c -lexpat # Hye-Shik Chang's CJKCodecs