mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
- Issue #3754: fix typo in pthread AC_CACHE_VAL.
This commit is contained in:
parent
9abc830c6a
commit
fa3f9a38b2
3 changed files with 4 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -6064,7 +6064,7 @@ then
|
|||
# function available.
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -pthread" >&5
|
||||
$as_echo_n "checking whether $CC accepts -pthread... " >&6; }
|
||||
if ${ac_cv_thread+:} false; then :
|
||||
if ${ac_cv_pthread+:} false; then :
|
||||
$as_echo_n "(cached) " >&6
|
||||
else
|
||||
ac_save_cc="$CC"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue