diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-02-21 21:10:14 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-02-21 21:10:14 (GMT) |
commit | 39c4ed6e708dd70c1c3f0a0168ea3e1de7260e11 (patch) | |
tree | 307ef19524daf7349b28b32e45d083bc05e57b18 /Modules/Setup.config.in | |
parent | 3a9a96c77840ceb23447fc75f02fcf9d56d052e6 (diff) | |
download | cpython-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.config.in')
-rw-r--r-- | Modules/Setup.config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/Setup.config.in b/Modules/Setup.config.in index b9b7a1e..7a27e52 100644 --- a/Modules/Setup.config.in +++ b/Modules/Setup.config.in @@ -9,5 +9,8 @@ # Threading @USE_THREAD_MODULE@thread threadmodule.c +# The signal module +@USE_SIGNAL_MODULE@signal signalmodule.c + # The rest of the modules previously listed in this file are built # by the setup.py script in Python 2.1. |