mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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:
parent
e612be5926
commit
a0cbb3dbae
3 changed files with 16 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue