]> granicus.if.org Git - python/commitdiff
- Modules/Setup.dist: Update pyexpat
authorMatthias Klose <doko@ubuntu.com>
Thu, 27 Nov 2008 07:47:39 +0000 (07:47 +0000)
committerMatthias Klose <doko@ubuntu.com>
Thu, 27 Nov 2008 07:47:39 +0000 (07:47 +0000)
Modules/Setup.dist

index 7d373f065fd581919d4dd50eb2cad39336a6bd40..3fc61de5dc3a6182ed79de1d970b7d51609dd8fa 100644 (file)
@@ -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