Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3383113 commit 3937c8aCopy full SHA for 3937c8a
1 file changed
Modules/Setup.thread.in
@@ -1,11 +1,12 @@
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.
+# Its purpose is to automatically enable the thread module by default
+# unless the the --without-threads argument is given to the configure
5
+# script.
6
7
# *NOTE*: if the configure script decides it can't support threads,
8
# the thread module will still be enabled and cause compile errors.
-# 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
10
# support threads.
11
12
@USE_THREAD_MODULE@thread threadmodule.c
0 commit comments