aboutsummaryrefslogtreecommitdiff
path: root/gold/config.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2012-04-05 08:43:41 +0000
committerNick Clifton <nickc@redhat.com>2012-04-05 08:43:41 +0000
commit443507505d3a8bac2b5dc2e8578af2006f68cc80 (patch)
tree23720063ed46adcf849f831e44f9048334bf7c46 /gold/config.in
parent78a761e2471d7f4bfb6e4d58693bdd932b10409b (diff)
downloadfsf-binutils-gdb-443507505d3a8bac2b5dc2e8578af2006f68cc80.zip
fsf-binutils-gdb-443507505d3a8bac2b5dc2e8578af2006f68cc80.tar.gz
fsf-binutils-gdb-443507505d3a8bac2b5dc2e8578af2006f68cc80.tar.bz2
* configure.in (AC_CHECK_FUNCS): Add setlocale.
(AM_LC_MESSAGES): Add. * aclocal.m4: Regenerate. * config.in: Regenerate. * configure: Regenerate.
Diffstat (limited to 'gold/config.in')
-rw-r--r--gold/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/config.in b/gold/config.in
index 2854620..68ea1f6 100644
--- a/gold/config.in
+++ b/gold/config.in
@@ -81,6 +81,9 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define if your <locale.h> file defines LC_MESSAGES. */
+#undef HAVE_LC_MESSAGES
+
/* Define to 1 if you have the `mallinfo' function. */
#undef HAVE_MALLINFO
@@ -114,6 +117,9 @@
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
+/* Define to 1 if you have the `setlocale' function. */
+#undef HAVE_SETLOCALE
+
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H