aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure.ac
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/configure.ac
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/configure.ac')
-rw-r--r--gcc/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index ee559a29fe7..7f943c6b7f9 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -1024,6 +1024,8 @@ AC_SUBST(LIBICONV_DEP)
AM_LC_MESSAGES
+AM_LANGINFO_CODESET
+
# We will need to find libiberty.h and ansidecl.h
saved_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -I${srcdir} -I${srcdir}/../include"