diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-09-09 19:01:10 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-09-09 19:01:10 (GMT) |
commit | 7d895ac953d2ba8c6cb9ade995aef131ddc77ab2 (patch) | |
tree | cbc91211b3944d755262583974a771620bbb3d7c /Modules/Setup.config.in | |
parent | 922175922cb92371b0086b0424ca37b515acf713 (diff) | |
download | cpython-7d895ac953d2ba8c6cb9ade995aef131ddc77ab2.zip cpython-7d895ac953d2ba8c6cb9ade995aef131ddc77ab2.tar.gz cpython-7d895ac953d2ba8c6cb9ade995aef131ddc77ab2.tar.bz2 |
remove --with(out)-signal-module, since the signal module is non-optional
Diffstat (limited to 'Modules/Setup.config.in')
-rw-r--r-- | Modules/Setup.config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/Setup.config.in b/Modules/Setup.config.in index adac030..6450528 100644 --- a/Modules/Setup.config.in +++ b/Modules/Setup.config.in @@ -6,8 +6,5 @@ # 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 and later. |