From f7e836e6dda738bdbc9aa0447fc245ec40abd9a7 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Wed, 2 Jun 2004 17:42:56 +0000 Subject: Don't build the pcre module any more --- Misc/BeOS-setup.py | 1 - setup.py | 1 - 2 files changed, 2 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']) ) diff --git a/setup.py b/setup.py index 52ed232..9057bac 100644 --- a/setup.py +++ b/setup.py @@ -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']) ) -- cgit v0.12