changeset 866:ab619331489a trunk

Build without speedups by default.
author cmlenz
date Fri, 13 Nov 2009 12:00:27 +0000
parents 1adf86694e01
children 82ba3198d913
files setup.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py
+++ b/setup.py
@@ -62,8 +62,8 @@
 
 if Feature:
     speedups = Feature(
-        "optionial C speed-enhancements",
-        standard = True,
+        "optional C speed-enhancements",
+        standard = False,
         ext_modules = [
             Extension('genshi._speedups', ['genshi/_speedups.c']),
         ],
Copyright (C) 2012-2017 Edgewall Software