summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordoko@python.org <doko@python.org>2013-01-25 14:32:31 (GMT)
committerdoko@python.org <doko@python.org>2013-01-25 14:32:31 (GMT)
commitfa3f9a38b2509477807fe336a3025a508fae203a (patch)
tree570114c79642d9c6bd47d5fc335f790f532755ae /configure
parent9abc830c6a7b490f7ae248e5fa63c50e55d98ccc (diff)
downloadcpython-fa3f9a38b2509477807fe336a3025a508fae203a.zip
cpython-fa3f9a38b2509477807fe336a3025a508fae203a.tar.gz
cpython-fa3f9a38b2509477807fe336a3025a508fae203a.tar.bz2
- Issue #3754: fix typo in pthread AC_CACHE_VAL.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 10d77b1..e22a712 100755
--- a/configure
+++ b/configure
@@ -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"