[XML-SIG] fix for setup.py

Jérôme Marant jmarant@free.fr
29 Dec 2001 12:47:35 +0100


Hi,

  Here is a fix allowing --without-xslt to be considered.
  I think that did not test that.

  Cheers,

--- setup.py.orig	Sat Dec 29 12:36:17 2001
+++ setup.py	Sat Dec 29 12:44:03 2001
@@ -50,7 +50,7 @@
         with_xpath = 0
         sys.argv.remove(arg)
     elif arg == '--without-xslt':
-        without_xslt = 0
+        with_xslt = 0
 	sys.argv.remove(arg)
 
 if with_xpath:

-- 
Jérôme Marant <jerome@marant.org>
              <jerome.marant@free.fr>

http://marant.org