summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoko@python.org <doko@python.org>2013-01-25 14:33:25 (GMT)
committerdoko@python.org <doko@python.org>2013-01-25 14:33:25 (GMT)
commit7981f202931ebef466464e172625a75161bb5fa0 (patch)
tree714ac7a4bd135ca0680c545cba5b0929a27699dc
parent39e70a4e837a4ebfae009bc202ac274aa9005fb6 (diff)
downloadcpython-7981f202931ebef466464e172625a75161bb5fa0.zip
cpython-7981f202931ebef466464e172625a75161bb5fa0.tar.gz
cpython-7981f202931ebef466464e172625a75161bb5fa0.tar.bz2
- Issue #3754: fix typo in pthread AC_CACHE_VAL.
-rw-r--r--Misc/NEWS2
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
3 files changed, 4 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ff40c2c..da71cd6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -864,6 +864,8 @@ Tests
Build
-----
+- Issue #3754: fix typo in pthread AC_CACHE_VAL.
+
- Issue #17029: Let h2py search the multiarch system include directory.
- Issue #16953: Fix socket module compilation on platforms with
diff --git a/configure b/configure
index 00a1007..f7e49b8 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"
diff --git a/configure.ac b/configure.ac
index 379db32..19cf1ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1283,7 +1283,7 @@ then
# so we need to run a program to see whether it really made the
# function available.
AC_MSG_CHECKING(whether $CC accepts -pthread)
-AC_CACHE_VAL(ac_cv_thread,
+AC_CACHE_VAL(ac_cv_pthread,
[ac_save_cc="$CC"
CC="$CC -pthread"
AC_RUN_IFELSE([AC_LANG_SOURCE([[