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/configure | |
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/configure')
-rwxr-xr-x | binutils/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/configure b/binutils/configure index a78e4ef..e981955 100755 --- a/binutils/configure +++ b/binutils/configure @@ -12436,7 +12436,7 @@ case "${host}" in esac -for ac_header in string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h limits.h sys/param.h +for ac_header in string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h limits.h locale.h sys/param.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |