home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / palmos / pippy-0.6beta-src.tar.gz / pippy-0.6beta-src.tar / pippy-0.6beta-src / src / Modules / Setup.thread.in < prev    next >
Text File  |  2000-12-21  |  459b  |  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. @USE_THREAD_MODULE@thread threadmodule.c
  12.