diff options
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r-- | Modules/Setup.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index 447e74b..efd39c2 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -425,5 +425,9 @@ cPickle cPickle.c # See http://www.cdrom.com/pub/infozip/zlib/ #zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz +# Interface to the Expat XML parser +#EXPAT_DIR=/usr/local/src/expat/ +#pyexpat pyexpat.c -I$(EXPAT_DIR)/xmlparse -L$(EXPAT_DIR) -lexpat + # Example -- included for reference only: # xx xxmodule.c |