diff options
author | doko@python.org <doko@python.org> | 2013-01-25 15:35:12 +0100 |
---|---|---|
committer | doko@python.org <doko@python.org> | 2013-01-25 15:35:12 +0100 |
commit | 454ea92a4cbae62fcf7ef836a3792294ddbdf1f5 (patch) | |
tree | 0523e17a335133fb799b88f9755ae6388744c115 /configure.ac | |
parent | 900475f5f6dea63d8c3e09e79c5d5c3e84397787 (diff) | |
parent | 96a9f89b2d67caf622c311e567d068a24962762a (diff) | |
download | cpython-git-454ea92a4cbae62fcf7ef836a3792294ddbdf1f5.tar.gz |
- Issue #3754: fix typo in pthread AC_CACHE_VAL.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b998b2481c..456d111ec3 100644 --- a/configure.ac +++ b/configure.ac @@ -1439,7 +1439,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([[ |