# HG changeset patch # User cmlenz # Date 1258113627 0 # Node ID 6148ec774d7a21df8f3f03e80d65b3d3c1e34fa3 # Parent 6638c9db9e8ce4b820aa75213d0e3ab2eecba79b 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']), ],