[Lxml-checkins] r52393 - lxml/branch/lxml-2.0

scoder at codespeak.net scoder at codespeak.net
Tue Mar 11 20:36:35 CET 2008


Author: scoder
Date: Tue Mar 11 20:36:34 2008
New Revision: 52393

Modified:
   lxml/branch/lxml-2.0/CHANGES.txt
Log:
changelog

Modified: lxml/branch/lxml-2.0/CHANGES.txt
==============================================================================
--- lxml/branch/lxml-2.0/CHANGES.txt	(original)
+++ lxml/branch/lxml-2.0/CHANGES.txt	Tue Mar 11 20:36:34 2008
@@ -14,6 +14,15 @@
 Other changes
 -------------
 
+* Setting the XSLT_CONFIG and XML2_CONFIG environment variables at
+  build time will let setup.py pick up the ``xml2-config`` and
+  ``xslt-config`` scripts from the supplied path name.
+
+* Passing ``--with-xml2-config=/path/to/xml2-config`` to setup.py will
+  override the ``xml2-config`` script that is used to determine the C
+  compiler options.  The same applies for the ``--with-xslt-config``
+  option.
+
 
 2.0.2 (2008-02-22)
 ==================


More information about the lxml-checkins mailing list