summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authordoko@python.org <doko@python.org>2013-01-25 15:34:34 +0100
committerdoko@python.org <doko@python.org>2013-01-25 15:34:34 +0100
commit96a9f89b2d67caf622c311e567d068a24962762a (patch)
tree411dfd9df1af77973a64c39a712295e17f54eebe /configure
parentd5187c2b0cd8452aee4b6cfa4bb882f4ab67ca43 (diff)
parent7981f202931ebef466464e172625a75161bb5fa0 (diff)
downloadcpython-git-96a9f89b2d67caf622c311e567d068a24962762a.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 2a227f57fb..255aa2c44c 100755
--- a/configure
+++ b/configure
@@ -6713,7 +6713,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"