This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] use AM_ICONV
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Marco Trudel <mtrudel at gmx dot ch>
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Fri, 02 Feb 2007 21:54:54 +0100
- Subject: Re: [v3] use AM_ICONV
- References: <45C35F1B.1020904@gmx.ch>
How to disable iconv now? Is it now always required?
Yeah.
I suppose adding _GLIBCXX_HAVE_ICONV guards in include/ext/enc_filebuf.h
and include/ext/codecvt_specializations.h may be necessary, or these two
files should be dropped from the extc++.h pre-compiled header file.
-benjamin