diff options
author | Matthias Klose <doko@ubuntu.com> | 2008-11-27 07:43:44 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2008-11-27 07:43:44 (GMT) |
commit | e605b66729d35e537788547c0189edd3206b64fa (patch) | |
tree | caed88e443c415676f7235c78960fee5ac6188ba /Modules/Setup.dist | |
parent | 60e5f5e78fbbccddaf8366786ff5cf4977fb76a6 (diff) | |
download | cpython-e605b66729d35e537788547c0189edd3206b64fa.zip cpython-e605b66729d35e537788547c0189edd3206b64fa.tar.gz cpython-e605b66729d35e537788547c0189edd3206b64fa.tar.bz2 |
- Modules/Setup.dist: Update pyexpat
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r-- | Modules/Setup.dist | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 9487b1e..2c5df52 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -380,9 +380,7 @@ _symtable symtablemodule.c # # 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 |