]> granicus.if.org Git - python/commit
When --with-thread(s) is specified, the thread module is now automatically
authorGuido van Rossum <guido@python.org>
Thu, 4 Dec 1997 00:51:42 +0000 (00:51 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 4 Dec 1997 00:51:42 +0000 (00:51 +0000)
commit009f78754db89ab0ace3175876ab7fa88a445c8a
tree923408c41d9a746cff037b1d8695d1cb9785bcdd
parenta0cbb3dbae487b5cb1aef4345740725f817faf98
When --with-thread(s) is specified, the thread module is now automatically
enabled.  This is done through a substitution in Modules/Setup.thread(.in).
Bill Janssen will be happy.  The original idea was by Lele Gaifax (though
I changed the implementation to use a separate file).
configure
configure.in