diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-06-02 17:42:56 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-06-02 17:42:56 (GMT) |
commit | f7e836e6dda738bdbc9aa0447fc245ec40abd9a7 (patch) | |
tree | 096e8f0fe0917203d6030cb57c62ab935c9f322f /setup.py | |
parent | acf261862d1e84516fc337abfd02f6c5017b364f (diff) | |
download | cpython-f7e836e6dda738bdbc9aa0447fc245ec40abd9a7.zip cpython-f7e836e6dda738bdbc9aa0447fc245ec40abd9a7.tar.gz cpython-f7e836e6dda738bdbc9aa0447fc245ec40abd9a7.tar.bz2 |
Don't build the pcre module any more
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -296,7 +296,6 @@ class PyBuildExt(build_ext): # Some modules that are normally always on: exts.append( Extension('regex', ['regexmodule.c', 'regexpr.c']) ) - exts.append( Extension('pcre', ['pcremodule.c', 'pypcre.c']) ) exts.append( Extension('_hotshot', ['_hotshot.c']) ) exts.append( Extension('_weakref', ['_weakref.c']) ) |