Kaydet (Commit) 3937c8a7 authored tarafından Barry Warsaw's avatar Barry Warsaw

Updated the comment in this file to reflect the new defaults. Threads

are enabled by default now unless --without-threads is given to
configure.
üst 33831137
# This file is transmogrified into Setup.thread by config.status. # This file is transmogrified into Setup.thread by config.status.
# Its purpose is to automatically enable the thread module when the # Its purpose is to automatically enable the thread module by default
# --with-thread argument is given to the configure script. # unless the the --without-threads argument is given to the configure
# script.
# *NOTE*: if the configure script decides it can't support threads, # *NOTE*: if the configure script decides it can't support threads,
# the thread module will still be enabled and cause compile errors. # the thread module will still be enabled and cause compile errors.
# The solution is not to use --with-thread on platforms that don't # The solution is to use --without-threads on platforms that don't
# support threads. # support threads.
@USE_THREAD_MODULE@thread threadmodule.c @USE_THREAD_MODULE@thread threadmodule.c
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment