# HG changeset patch # User cmlenz # Date 1258113627 0 # Node ID ab619331489a016a4847fdaf8677052ec035b5c5 # Parent 1adf86694e01548c4d915db1475684d509e24593 Build without speedups by default. diff --git a/setup.py b/setup.py --- 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']), ],