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 /gold/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 'gold/configure')
-rwxr-xr-x | gold/configure | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gold/configure b/gold/configure index 04dd11e..745e727 100755 --- a/gold/configure +++ b/gold/configure @@ -7336,6 +7336,18 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu +for ac_header in locale.h +do : + ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default" +if test "x$ac_cv_header_locale_h" = x""yes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_LOCALE_H 1 +_ACEOF + +fi + +done + for ac_func in setlocale do : ac_fn_c_check_func "$LINENO" "setlocale" "ac_cv_func_setlocale" |