summaryrefslogtreecommitdiff
path: root/binutils/config.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2012-04-05 08:43:34 +0000
committerNick Clifton <nickc@redhat.com>2012-04-05 08:43:34 +0000
commit7be26455be9efaa246fa97754858c88fec1ce71d (patch)
tree641d3e2ad9a0f2860975eb4a7b0543622e757075 /binutils/config.in
parente5d0d54200f49fbd879275347f6d0c6bacdda98f (diff)
downloadbinutils-redhat-7be26455be9efaa246fa97754858c88fec1ce71d.tar.gz
* configure.in (AC_CHECK_FUNCS): Add setlocale.
(AM_LC_MESSAGES): Add. * aclocal.m4: Regenerate. * config.in: Regenerate. * configure: Regenerate.
Diffstat (limited to 'binutils/config.in')
-rw-r--r--binutils/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/config.in b/binutils/config.in
index 62bdfa1295..88e7b1b7a9 100644
--- a/binutils/config.in
+++ b/binutils/config.in
@@ -85,6 +85,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 <limits.h> header file. */
#undef HAVE_LIMITS_H
@@ -100,6 +103,9 @@
/* Define to 1 if you have the `sbrk' function. */
#undef HAVE_SBRK
+/* Define to 1 if you have the `setlocale' function. */
+#undef HAVE_SETLOCALE
+
/* Define to 1 if you have the `setmode' function. */
#undef HAVE_SETMODE