2007-02-06 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Feb 2007 18:00:12 +0000 (18:00 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Feb 2007 18:00:12 +0000 (18:00 +0000)
            Marco Trudel  <mtrudel@gmx.ch>

* include/precompiled/extc++.h: Guard include files that assume
iconv support is present from precompilation via
_GLIBCXX_HAVE_ICONV.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121656 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog

index 67acc42..0e36c97 100644 (file)
@@ -1,8 +1,9 @@
 2007-02-06  Benjamin Kosnik  <bkoz@redhat.com>
             Marco Trudel  <mtrudel@gmx.ch>
 
-       * include/precompiled/extc++.h: Don't precompile include files
-       that assume iconv support is present.
+       * include/precompiled/extc++.h: Guard include files that assume
+       iconv support is present from precompilation via
+       _GLIBCXX_HAVE_ICONV.
 
 2007-02-05  Paolo Carlini  <pcarlini@suse.de>