diff options
author | Barry Warsaw <barry@python.org> | 2000-06-30 16:05:22 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2000-06-30 16:05:22 (GMT) |
commit | 61b49b3d6bbc0daa31e476268b9560f4bbc912a8 (patch) | |
tree | 5f023f6f00a8f0b4ff35a32ae0ecf1551a4dfc4f /Modules/Setup.in | |
parent | 6de7213e7a114e01d23173d65cdad18201f6e20a (diff) | |
download | cpython-61b49b3d6bbc0daa31e476268b9560f4bbc912a8.zip cpython-61b49b3d6bbc0daa31e476268b9560f4bbc912a8.tar.gz cpython-61b49b3d6bbc0daa31e476268b9560f4bbc912a8.tar.bz2 |
Removed the comment about the thread module.
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r-- | Modules/Setup.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index cd392ae..df0958a 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -100,8 +100,6 @@ _sre _sre.c # Fredrik Lundh's new regular expressions GLHACK=-Dclear=__GLclear #gl glmodule.c cgensupport.c -I$(srcdir) $(GLHACK) -lgl -lX11 -# The thread module is now automatically enabled, see Setup.thread. - # Pure module. Cannot be linked dynamically. # -DWITH_QUANTIFY, -DWITH_PURIFY, or -DWITH_ALL_PURE #WHICH_PURE_PRODUCTS=-DWITH_ALL_PURE |