diff options
author | Chris Fairles <chris.fairles@gmail.com> | 2008-08-28 10:22:19 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2008-08-28 10:22:19 +0000 |
commit | b8c41c8ed2c55f001b14b0a432f4daa73155d278 (patch) | |
tree | 955c8a45336836c8b6d688d28613f005ae3c43ca /libstdc++-v3/config.h.in | |
parent | a75150aea65b32e4d376a3e13b88d2db7bc04ab0 (diff) | |
download | gcc-b8c41c8ed2c55f001b14b0a432f4daa73155d278.tar.gz |
acinclude.m4 ([GLIBCXX_CHECK_GTHREADS]): New.
2008-08-28 Chris Fairles <chris.fairles@gmail.com>
* acinclude.m4 ([GLIBCXX_CHECK_GTHREADS]): New. Checks for gthread
support used by c++0x thread library.
* configure.ac: Test unconditionally.
* configure: Regenerate.
* config.h.in: Regenerate.
From-SVN: r139705
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index 00747720418..91e6cb87e0e 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -698,6 +698,9 @@ /* Define if a fully dynamic basic_string is wanted. */ #undef _GLIBCXX_FULLY_DYNAMIC_STRING +/* Define if gthreads library is available. */ +#undef _GLIBCXX_HAS_GTHREADS + /* Define to 1 if a full hosted library is built, or 0 if freestanding. */ #undef _GLIBCXX_HOSTED |