blob: d532156a5fbc5715a100b9a45abbfd431e0c047a [file] [log] [blame]
Guido van Rossuma0cbb3d1997-12-04 00:48:27 +00001# This file is transmogrified into Setup.thread by config.status.
2
Barry Warsaw3937c8a2000-06-29 16:08:28 +00003# 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 Rossuma0cbb3d1997-12-04 00:48:27 +00006
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 Warsaw3937c8a2000-06-29 16:08:28 +00009# The solution is to use --without-threads on platforms that don't
Guido van Rossuma0cbb3d1997-12-04 00:48:27 +000010# support threads.
11
12@USE_THREAD_MODULE@thread threadmodule.c