mirror of git://gcc.gnu.org/git/gcc.git
acinclude.m4 ([GLIBCXX_CHECK_GTHREADS]): Check _POSIX_TIMERS too.
2008-09-03 Paolo Carlini <paolo.carlini@oracle.com> * acinclude.m4 ([GLIBCXX_CHECK_GTHREADS]): Check _POSIX_TIMERS too. * configure: Regenerate. From-SVN: r139961
This commit is contained in:
parent
92f9cde563
commit
1ced197082
|
@ -1,3 +1,8 @@
|
|||
2008-09-03 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* acinclude.m4 ([GLIBCXX_CHECK_GTHREADS]): Check _POSIX_TIMERS too.
|
||||
* configure: Regenerate.
|
||||
|
||||
2008-09-03 Chris Fairles <chris.fairles@gmail.com>
|
||||
|
||||
* include/std/condition_variable: Use new deleted ctors.
|
||||
|
|
|
@ -2843,7 +2843,7 @@ AC_DEFUN([GLIBCXX_CHECK_GTHREADS], [
|
|||
|
||||
AC_TRY_COMPILE([#include "gthr.h"],
|
||||
[
|
||||
#ifndef __GTHREADS_CXX0X
|
||||
#if (!defined(__GTHREADS_CXX0X) || _POSIX_TIMERS <= 0)
|
||||
#error
|
||||
#endif
|
||||
], [ac_has_gthreads=yes], [ac_has_gthreads=no])
|
||||
|
|
|
@ -21610,7 +21610,7 @@ int
|
|||
main ()
|
||||
{
|
||||
|
||||
#ifndef __GTHREADS_CXX0X
|
||||
#if (!defined(__GTHREADS_CXX0X) || _POSIX_TIMERS <= 0)
|
||||
#error
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue