summaryrefslogtreecommitdiff
path: root/binutils/config.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2012-04-06 16:48:56 +0000
committerRoland McGrath <roland@gnu.org>2012-04-06 16:48:56 +0000
commit232578178f1f34d44e4b8fb14b34e4ca022b5c1a (patch)
tree1c34eb685a4cc2348ca68f92ce3de7e337fad289 /binutils/config.in
parentd15d1d3e16eec296cda4b2c45d1910529af7be0c (diff)
downloadbinutils-redhat-232578178f1f34d44e4b8fb14b34e4ca022b5c1a.tar.gz
binutils/
2012-04-06 Roland McGrath <mcgrathr@google.com> * configure.in (AC_CHECK_HEADERS): Add locale.h. * config.in: Regenerate. * configure: Regenerate. gas/ 2012-04-06 Roland McGrath <mcgrathr@google.com> * configure.in (AC_CHECK_HEADERS): Add locale.h. * config.in: Regenerate. * configure: Regenerate. gold/ 2012-04-06 Roland McGrath <mcgrathr@google.com> * configure.in (AC_CHECK_HEADERS): Add locale.h. * config.in: Regenerate. * configure: Regenerate. ld/ 2012-04-06 Roland McGrath <mcgrathr@google.com> * configure.in (AC_CHECK_HEADERS): Add locale.h. * config.in: Regenerate. * configure: Regenerate.
Diffstat (limited to 'binutils/config.in')
-rw-r--r--binutils/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/config.in b/binutils/config.in
index 88e7b1b7a9..735c991409 100644
--- a/binutils/config.in
+++ b/binutils/config.in
@@ -91,6 +91,9 @@
/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
+/* Define to 1 if you have the <locale.h> header file. */
+#undef HAVE_LOCALE_H
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H