diff options
| author | doko@python.org <doko@python.org> | 2013-01-25 15:33:25 +0100 |
|---|---|---|
| committer | doko@python.org <doko@python.org> | 2013-01-25 15:33:25 +0100 |
| commit | 7981f202931ebef466464e172625a75161bb5fa0 (patch) | |
| tree | 714ac7a4bd135ca0680c545cba5b0929a27699dc /configure.ac | |
| parent | 39e70a4e837a4ebfae009bc202ac274aa9005fb6 (diff) | |
| download | cpython-git-7981f202931ebef466464e172625a75161bb5fa0.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 379db323d9..19cf1ae3e8 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([[ |
