File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -749,6 +749,8 @@ Tests
749749Build
750750-----
751751
752+ - Issue #3754: fix typo in pthread AC_CACHE_VAL.
753+
752754- Issue #15484: Fix _PYTHON_PROJECT_BASE for srcdir != builddir builds;
753755 use _PYTHON_PROJECT_BASE in distutils/sysconfig.py.
754756
Original file line number Diff line number Diff line change @@ -6713,7 +6713,7 @@ then
67136713# function available.
67146714{ $as_echo " $as_me :${as_lineno-$LINENO } : checking whether $CC accepts -pthread" >&5
67156715$as_echo_n " checking whether $CC accepts -pthread... " >&6 ; }
6716- if ${ac_cv_thread +: } false ; then :
6716+ if ${ac_cv_pthread +: } false ; then :
67176717 $as_echo_n " (cached) " >&6
67186718else
67196719 ac_save_cc=" $CC "
Original file line number Diff line number Diff line change @@ -1439,7 +1439,7 @@ then
14391439# so we need to run a program to see whether it really made the
14401440# function available.
14411441AC_MSG_CHECKING ( whether $CC accepts - pthread )
1442- AC_CACHE_VAL ( ac_cv_thread ,
1442+ AC_CACHE_VAL ( ac_cv_pthread ,
14431443[ ac_save_cc="$CC"
14441444CC="$CC -pthread"
14451445AC_RUN_IFELSE ( [ AC_LANG_SOURCE ( [ [
You can’t perform that action at this time.
0 commit comments