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

index 9487b1e8928272e6f366d32081ba42bb57c2500f..2c5df526cb0eeb8bd089dc108bcd216ef0d6ebfe 100644 (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