diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-28 22:58:32 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-28 22:58:32 +0000 |
commit | 7e457486aff2fa96e4d5fb3813333df7ae1631c3 (patch) | |
tree | 774662485dae67e6b26c8b8d537807b71bb5c217 /libstdc++-v3/docs | |
parent | 7671e671f716978cba471c98912509bdf9762d64 (diff) | |
download | gcc-7e457486aff2fa96e4d5fb3813333df7ae1631c3.tar.gz |
2007-06-28 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/32509
* acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Carry out the checks
involving the de_DE locale only if an auto locale config is
used for a target suitable for the gnu locale model.
* docs/html/install.html: Update.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126096 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/docs')
-rw-r--r-- | libstdc++-v3/docs/html/install.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libstdc++-v3/docs/html/install.html b/libstdc++-v3/docs/html/install.html index 2e887b7c382..ab19b6fa83a 100644 --- a/libstdc++-v3/docs/html/install.html +++ b/libstdc++-v3/docs/html/install.html @@ -80,9 +80,10 @@ information must be installed. <p> - Note that those sanity checks are also perfomed when an explicit - --enable-clocale=gnu configure option is used: this behavior is - new in gcc 4.2.1 and defends against misconfigurations. + Note however that the sanity checks involving the de_DE locale are + skipped when an explicit --enable-clocale=gnu configure option is + used: only the basic checks are carried out, defending against + misconfigurations. </p> <p> |