- Modules/Setup.dist: Update pyexpat

This commit is contained in:
Matthias Klose 2008-11-27 07:43:44 +00:00
parent 60e5f5e78f
commit e605b66729
1 changed files with 1 additions and 3 deletions

View File

@ -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