aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorBryce McKinlay <mckinlay@redhat.com>2004-10-20 21:36:47 +0000
committerBryce McKinlay <mckinlay@redhat.com>2004-10-20 21:36:47 +0000
commit05fef4b9c7591a11dc2c36f129130c3750ddedf8 (patch)
treefce1781edbf9acb00fb268e3b247868f4fc209db /gcc/config.in
parent984d8527c6e62f7cb46b9f1bf5540997f96e49a0 (diff)
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: https://gcc.gnu.org/svn/gcc/trunk@89345 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in3
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