This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] Use HAVE_LANGINFO_CODESET instead of HAVE_NL_LANGINFO
- From: Adrian Bunk <bunk at fs dot tum dot de>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: Sat, 23 Feb 2002 21:37:30 +0100 (CET)
- Subject: Re: [patch] Use HAVE_LANGINFO_CODESET instead of HAVE_NL_LANGINFO
On 22 Feb 2002, Tom Tromey wrote:
> Adrian> while playing with trying to compile gjc under NetBSD I found
> Adrian> the following problem: NetBSD has a /usr/include/langinfo.h
> Adrian> but this file doesn't define CODESET. The gcc configure script
> Adrian> does already check for CODESET and therefore the patch below
> Adrian> seems to be enough to fix it.
>
> Adrian> Could someone please review it?
>
> I think this is fine.
> Do you have write access? If not I will check it in.
I don't have write access. Please check it in.
> Tom
Thanks
Adrian