diff options
author | Roland McGrath <roland@gnu.org> | 2012-04-06 16:49:02 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2012-04-06 16:49:02 +0000 |
commit | 58797674628264ab9d71631970f74000dc522e81 (patch) | |
tree | 5d69c6f022fda9497d470dad70e1bf287fe33291 /binutils/config.in | |
parent | e127cba8317b3641f8012db22b8008d84002132d (diff) | |
download | gdb-58797674628264ab9d71631970f74000dc522e81.zip gdb-58797674628264ab9d71631970f74000dc522e81.tar.gz gdb-58797674628264ab9d71631970f74000dc522e81.tar.bz2 |
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.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/config.in b/binutils/config.in index 88e7b1b..735c991 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 |