diff options
author | Matthias Klose <doko@ubuntu.com> | 2008-11-27 07:45:25 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2008-11-27 07:45:25 (GMT) |
commit | b0c3c026a05826696f5db745dbced029586ea07e (patch) | |
tree | 43aed47e75031f7c61258ff2d331738fb3249451 | |
parent | 78f98a4d7a436688792b2224d8e105b1a150b0a5 (diff) | |
download | cpython-b0c3c026a05826696f5db745dbced029586ea07e.zip cpython-b0c3c026a05826696f5db745dbced029586ea07e.tar.gz cpython-b0c3c026a05826696f5db745dbced029586ea07e.tar.bz2 |
- Modules/Setup.dist: Update pyexpat
-rw-r--r-- | Modules/Setup.dist | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 7d373f0..3fc61de 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -180,7 +180,7 @@ GLHACK=-Dclear=__GLclear #itertools itertoolsmodule.c # Functions creating iterators for efficient looping #strop stropmodule.c # String manipulations #_functools _functoolsmodule.c # Tools for working with functions and callable objects -#_elementtreee _elementtree.c # elementtree accelerator +#_elementtree _elementtree.c # elementtree accelerator #_pickle _pickle.c # pickle accelerator #unicodedata unicodedata.c # static Unicode character database @@ -471,8 +471,7 @@ GLHACK=-Dclear=__GLclear # # More information on Expat can be found at www.libexpat.org. # -#EXPAT_DIR=/usr/local/src/expat-1.95.2 -#pyexpat pyexpat.c -DHAVE_EXPAT_H -I$(EXPAT_DIR)/lib -L$(EXPAT_DIR) -lexpat +#pyexpat expat/xmlparse.c expat/xmlrole.c expat/xmltok.c pyexpat.c -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI # Hye-Shik Chang's CJKCodecs |