summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authordoko@python.org <doko@python.org>2013-01-25 15:33:25 +0100
committerdoko@python.org <doko@python.org>2013-01-25 15:33:25 +0100
commit7981f202931ebef466464e172625a75161bb5fa0 (patch)
tree714ac7a4bd135ca0680c545cba5b0929a27699dc /configure
parent39e70a4e837a4ebfae009bc202ac274aa9005fb6 (diff)
downloadcpython-git-7981f202931ebef466464e172625a75161bb5fa0.tar.gz
- 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 00a1007050..f7e49b824a 100755
--- a/configure
+++ b/configure
@@ -6056,7 +6056,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"