diff options
author | Bryce McKinlay <mckinlay@redhat.com> | 2004-10-20 21:36:47 +0000 |
---|---|---|
committer | Bryce McKinlay <bryce@gcc.gnu.org> | 2004-10-20 22:36:47 +0100 |
commit | a03ea89be35173d7ec33cc329fbb565382c18418 (patch) | |
tree | fce1781edbf9acb00fb268e3b247868f4fc209db /gcc/config.in | |
parent | d99d0f209ccbe2513d41226a9e1ab06394526867 (diff) | |
download | gcc-a03ea89be35173d7ec33cc329fbb565382c18418.zip gcc-a03ea89be35173d7ec33cc329fbb565382c18418.tar.gz gcc-a03ea89be35173d7ec33cc329fbb565382c18418.tar.bz2 |
re PR java/15575 (HAVE_LANGINFO_CODESET never defined)
2004-10-20 Bryce McKinlay <mckinlay@redhat.com>
PR java/15575
* configure.ac: Declare AM_LANGINFO_CODESET.
* aclocal.m4: Define AM_LANGINFO_CODESET.
* configure, config.in: Rebuilt.
From-SVN: r89345
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index e71ac94..d819cf7 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -336,6 +336,9 @@ /* Define to 1 if you have the `kill' function. */ #undef HAVE_KILL +/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ +#undef HAVE_LANGINFO_CODESET + /* Define to 1 if you have the <langinfo.h> header file. */ #undef HAVE_LANGINFO_H |