[Python-3000-checkins] r67406 - python/branches/py3k/Modules/Setup.dist

matthias.klose python-3000-checkins at python.org
Thu Nov 27 08:43:44 CET 2008


Author: matthias.klose
Date: Thu Nov 27 08:43:44 2008
New Revision: 67406

Log:
- Modules/Setup.dist: Update pyexpat


Modified:
   python/branches/py3k/Modules/Setup.dist

Modified: python/branches/py3k/Modules/Setup.dist
==============================================================================
--- python/branches/py3k/Modules/Setup.dist	(original)
+++ python/branches/py3k/Modules/Setup.dist	Thu Nov 27 08:43:44 2008
@@ -380,9 +380,7 @@
 #
 # 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
 


More information about the Python-3000-checkins mailing list