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 /Misc | |
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 'Misc')
-rw-r--r-- | Misc/BeOS-setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/BeOS-setup.py b/Misc/BeOS-setup.py index 438daa7..c1435b6 100644 --- a/Misc/BeOS-setup.py +++ b/Misc/BeOS-setup.py @@ -177,7 +177,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('_weakref', ['_weakref.c']) ) exts.append( Extension('_symtable', ['symtablemodule.c']) ) |