Home
last modified time | relevance | path

Searched refs:ac_cv_cxx_thread (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/
Dconfigure.ac2929 AC_CACHE_CHECK([whether $CXX also accepts flags for thread support], [ac_cv_cxx_thread],
2935 ac_cv_cxx_thread=yes
2939 ac_cv_cxx_thread=yes
2943 ac_cv_cxx_thread=yes
2945 ac_cv_cxx_thread=no
2948 if test $ac_cv_cxx_thread = yes
2955 ac_cv_cxx_thread=yes
2957 ac_cv_cxx_thread=no
2963 ac_cv_cxx_thread=no
4495 if test "$ac_cv_cxx_thread" = "yes"; then
[all …]
Dconfigure10611 if test ${ac_cv_cxx_thread+y}
10620 ac_cv_cxx_thread=yes
10624 ac_cv_cxx_thread=yes
10628 ac_cv_cxx_thread=yes
10630 ac_cv_cxx_thread=no
10633 if test $ac_cv_cxx_thread = yes
10640 ac_cv_cxx_thread=yes
10642 ac_cv_cxx_thread=no
10648 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_thread" >&5
10649 printf "%s\n" "$ac_cv_cxx_thread" >&6; }
[all …]
/external/python/cpython3/Misc/NEWS.d/
D3.12.0a4.rst1001 Allow override of ac_cv_cxx_thread so that cross compiled python can set