@@ -645,8 +645,6 @@ DLINCLDIR
645645THREADOBJ
646646LDLAST
647647USE_THREAD_MODULE
648- SIGNAL_OBJS
649- USE_SIGNAL_MODULE
650648TCLTK_LIBS
651649TCLTK_INCLUDES
652650LIBFFI_INCLUDEDIR
@@ -828,7 +826,6 @@ enable_loadable_sqlite_extensions
828826with_tcltk_includes
829827with_tcltk_libs
830828with_dbmliborder
831- with_signal_module
832829with_threads
833830with_thread
834831enable_ipv6
@@ -1532,7 +1529,6 @@ Optional Packages:
15321529 order to check db backends for dbm. Valid value is a
15331530 colon separated string with the backend names
15341531 ` ndbm' , `gdbm' and ` bdb'.
1535- --with-signal-module disable/enable signal module
15361532 --with(out)-threads[=DIRECTORY]
15371533 disable/enable thread support
15381534 --with(out)-thread[=DIRECTORY]
@@ -9964,32 +9960,6 @@ fi
99649960{ $as_echo " $as_me :${as_lineno-$LINENO } : result: $with_dbmliborder " >&5
99659961$as_echo " $with_dbmliborder " >&6 ; }
99669962
9967- # Determine if signalmodule should be used.
9968-
9969-
9970- { $as_echo " $as_me :${as_lineno-$LINENO } : checking for --with-signal-module" >&5
9971- $as_echo_n " checking for --with-signal-module... " >&6 ; }
9972-
9973- # Check whether --with-signal-module was given.
9974- if test " ${with_signal_module+set} " = set ; then :
9975- withval=$with_signal_module ;
9976- fi
9977-
9978-
9979- if test -z " $with_signal_module "
9980- then with_signal_module=" yes"
9981- fi
9982- { $as_echo " $as_me :${as_lineno-$LINENO } : result: $with_signal_module " >&5
9983- $as_echo " $with_signal_module " >&6 ; }
9984-
9985- if test " ${with_signal_module} " = " yes" ; then
9986- USE_SIGNAL_MODULE=" "
9987- SIGNAL_OBJS=" "
9988- else
9989- USE_SIGNAL_MODULE=" #"
9990- SIGNAL_OBJS=" Parser/intrcheck.o Python/sigcheck.o"
9991- fi
9992-
99939963# This is used to generate Setup.config
99949964
99959965USE_THREAD_MODULE=" "
0 commit comments