diff options
author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-20 21:36:47 +0000 |
---|---|---|
committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-20 21:36:47 +0000 |
commit | ac31415f468cd518a195c09fdbf2d4395c945a40 (patch) | |
tree | fce1781edbf9acb00fb268e3b247868f4fc209db /gcc/config.in | |
parent | 9067a7e23b5c6991fec51e233f850322ad20d0cc (diff) | |
download | gcc-ac31415f468cd518a195c09fdbf2d4395c945a40.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89345 138bc75d-0d04-0410-961f-82ee72b054a4
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 e71ac94de75..d819cf74cac 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 |