summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.dist
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-02-21 21:10:14 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-02-21 21:10:14 (GMT)
commit39c4ed6e708dd70c1c3f0a0168ea3e1de7260e11 (patch)
tree307ef19524daf7349b28b32e45d083bc05e57b18 /Modules/Setup.dist
parent3a9a96c77840ceb23447fc75f02fcf9d56d052e6 (diff)
downloadcpython-39c4ed6e708dd70c1c3f0a0168ea3e1de7260e11.zip
cpython-39c4ed6e708dd70c1c3f0a0168ea3e1de7260e11.tar.gz
cpython-39c4ed6e708dd70c1c3f0a0168ea3e1de7260e11.tar.bz2
Move the signal module back into Setup.config.in so it can be enabled
and disabled from the configure script.
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r--Modules/Setup.dist3
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index 82380f6..457101d 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -97,9 +97,6 @@ PYTHONPATH=$(COREPYTHONPATH)
posix posixmodule.c # posix (UNIX) system calls
_sre _sre.c # Fredrik Lundh's new regular expressions
-# The signal module can't be compiled as a dynamically linked module.
-signal signalmodule.c # signal(2)
-
# The rest of the modules listed in this file are all commented out by
# default. Usually they can be detected and built as dynamically
# loaded modules by the new setup.py script added in Python 2.1. If