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 /configure | |
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 'configure')
-rwxr-xr-x | configure | 30 |
1 files changed, 0 insertions, 30 deletions
@@ -645,8 +645,6 @@ DLINCLDIR THREADOBJ LDLAST USE_THREAD_MODULE -SIGNAL_OBJS -USE_SIGNAL_MODULE TCLTK_LIBS TCLTK_INCLUDES LIBFFI_INCLUDEDIR @@ -828,7 +826,6 @@ enable_loadable_sqlite_extensions with_tcltk_includes with_tcltk_libs with_dbmliborder -with_signal_module with_threads with_thread enable_ipv6 @@ -1532,7 +1529,6 @@ Optional Packages: order to check db backends for dbm. Valid value is a colon separated string with the backend names `ndbm', `gdbm' and `bdb'. - --with-signal-module disable/enable signal module --with(out)-threads[=DIRECTORY] disable/enable thread support --with(out)-thread[=DIRECTORY] @@ -9964,32 +9960,6 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_dbmliborder" >&5 $as_echo "$with_dbmliborder" >&6; } -# Determine if signalmodule should be used. - - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-signal-module" >&5 -$as_echo_n "checking for --with-signal-module... " >&6; } - -# Check whether --with-signal-module was given. -if test "${with_signal_module+set}" = set; then : - withval=$with_signal_module; -fi - - -if test -z "$with_signal_module" -then with_signal_module="yes" -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_signal_module" >&5 -$as_echo "$with_signal_module" >&6; } - -if test "${with_signal_module}" = "yes"; then - USE_SIGNAL_MODULE="" - SIGNAL_OBJS="" -else - USE_SIGNAL_MODULE="#" - SIGNAL_OBJS="Parser/intrcheck.o Python/sigcheck.o" -fi - # This is used to generate Setup.config USE_THREAD_MODULE="" |