home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_python.idb / usr / freeware / lib / python1.5 / config / Setup.thread.z / Setup.thread
Encoding:
Text File  |  1999-04-16  |  440 b   |  12 lines

  1. # This file is transmogrified into Setup.thread by config.status.
  2.  
  3. # Its purpose is to automatically enable the thread module when the
  4. # --with-thread argument is given to the configure script.
  5.  
  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.
  10.  
  11. thread threadmodule.c
  12.