diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-24 23:47:35 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-24 23:47:35 +0000 |
commit | 6063a3833964eac3fe8034f27dc8205dded3a218 (patch) | |
tree | ad59f054344aa43ea9eab5f7fddfe2b1d0679a81 /libstdc++-v3/config.h.in | |
parent | 1f2ab12033094b3c5dde8e661234bc090cb3b021 (diff) | |
download | gcc-6063a3833964eac3fe8034f27dc8205dded3a218.tar.gz |
2008-08-24 Paolo Carlini <paolo.carlini@oracle.com>
* acinclude.m4 ([GLIBCXX_CHECK_RANDOM_TR1]): Simplify, just use
two test -r instead of an AC_TRY_RUN.
* configure: Regenerate.
* config.h.in: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139549 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index 20f298df6d7..ae11784e71a 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -829,8 +829,8 @@ /* Define if NLS translations are to be used. */ #undef _GLIBCXX_USE_NLS -/* Define if dev/random and dev/urandom are available for the random_device of - TR1 (Chapter 5.1). */ +/* Define if /dev/random and /dev/urandom are available for the random_device + of TR1 (Chapter 5.1). */ #undef _GLIBCXX_USE_RANDOM_TR1 /* Define if standard layout types are supported in C++200x. */ |