Added 'description' class attribute to every command class (to help the
[python/dscho.git] / Modules / Setup.thread.in
blob2b136c14d9f3fb5291239bb23cad348dbfaa1c5e
1 # This file is transmogrified into Setup.thread by config.status.
3 # Its purpose is to automatically enable the thread module when the
4 # --with-thread argument is given to the configure script.
6 # *NOTE*: if the configure script decides it can't support threads,
7 # the thread module will still be enabled and cause compile errors.
8 # The solution is not to use --with-thread on platforms that don't
9 # support threads.
11 @USE_THREAD_MODULE@thread threadmodule.c