From ad365750b15b8fad2ae6785d7afa9034f3a05dd6 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Sat, 9 Jun 2007 00:55:43 +0000 Subject: [PATCH] install.html: Adjust consistently with libstdc++/31717. 2007-06-08 Paolo Carlini * docs/html/install.html: Adjust consistently with libstdc++/31717. From-SVN: r125587 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/docs/html/install.html | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d7f55253073d..0c675635f342 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2007-06-08 Paolo Carlini + + * docs/html/install.html: Adjust consistently with libstdc++/31717. + 2007-06-08 Francesco Palagi * include/std/fstream: Add Table 92 in comment. diff --git a/libstdc++-v3/docs/html/install.html b/libstdc++-v3/docs/html/install.html index 10841486d45b..2e887b7c3820 100644 --- a/libstdc++-v3/docs/html/install.html +++ b/libstdc++-v3/docs/html/install.html @@ -80,8 +80,9 @@ information must be installed.

- The configure option --enable-clocale can be used force a - particular behavior. + 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.