Guido van Rossum | a0cbb3d | 1997-12-04 00:48:27 +0000 | [diff] [blame] | 1 | # This file is transmogrified into Setup.thread by config.status. |
| 2 | |
Barry Warsaw | 3937c8a | 2000-06-29 16:08:28 +0000 | [diff] [blame] | 3 | # Its purpose is to automatically enable the thread module by default |
| 4 | # unless the the --without-threads argument is given to the configure |
| 5 | # script. |
Guido van Rossum | a0cbb3d | 1997-12-04 00:48:27 +0000 | [diff] [blame] | 6 | |
| 7 | # *NOTE*: if the configure script decides it can't support threads, |
| 8 | # the thread module will still be enabled and cause compile errors. |
Barry Warsaw | 3937c8a | 2000-06-29 16:08:28 +0000 | [diff] [blame] | 9 | # The solution is to use --without-threads on platforms that don't |
Guido van Rossum | a0cbb3d | 1997-12-04 00:48:27 +0000 | [diff] [blame] | 10 | # support threads. |
| 11 | |
| 12 | @USE_THREAD_MODULE@thread threadmodule.c |