Moved the thread module to its own Setup.thread(.in) file,

which is edited by the config.status script depending on whether
--with-thread is specified or not.  Also needs changes to configure(.in).
This commit is contained in:
Guido van Rossum 1997-12-04 00:48:27 +00:00
parent e612be5926
commit a0cbb3dbae
3 changed files with 16 additions and 7 deletions

View file

@ -95,11 +95,7 @@ signal signalmodule.c # signal(2)
#gl glmodule.c cgensupport.c -I$(srcdir) -lgl -lX11
# Thread module -- use only if Python has thread support for your OS.
# Note that you must have configured (and built!) Python with the
# --with-thread option passed to the configure script for this to work:
#thread threadmodule.c
# The thread module is now automatically enabled, see Setup.thread.
# Pure module. Cannot be linked dynamically.
# -DWITH_QUANTIFY, -DWITH_PURIFY, or -DWITH_ALL_PURE