Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3937c8a

Browse files
committed
Updated the comment in this file to reflect the new defaults. Threads
are enabled by default now unless --without-threads is given to configure.
1 parent 3383113 commit 3937c8a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Modules/Setup.thread.in

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# This file is transmogrified into Setup.thread by config.status.
22

3-
# Its purpose is to automatically enable the thread module when the
4-
# --with-thread argument is given to the configure script.
3+
# 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.
56

67
# *NOTE*: if the configure script decides it can't support threads,
78
# 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+
# The solution is to use --without-threads on platforms that don't
910
# support threads.
1011

1112
@USE_THREAD_MODULE@thread threadmodule.c

0 commit comments

Comments
 (0)