summaryrefslogtreecommitdiff
path: root/gas/configure.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 /gas/configure.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 'gas/configure.in')
-rw-r--r--gas/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/configure.in b/gas/configure.in
index 90faf6626b..618095cce2 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -403,7 +403,7 @@ changequote([,])dnl
case ${te_file} in
vms) extra_objects="$extra_objects te-vms.o" ;;
esac
-
+
# From target name and format, produce a list of supported emulations.
case ${generic_target}-${fmt} in
@@ -633,7 +633,7 @@ AM_MAINTAINER_MODE
AM_CONDITIONAL(GENINSRC_NEVER, false)
AC_EXEEXT
-AC_CHECK_HEADERS(string.h stdlib.h memory.h strings.h unistd.h errno.h sys/types.h limits.h time.h sys/stat.h)
+AC_CHECK_HEADERS(string.h stdlib.h memory.h strings.h unistd.h errno.h sys/types.h limits.h locale.h time.h sys/stat.h)
# Put this here so that autoconf's "cross-compiling" message doesn't confuse
# people who are not cross-compiling but are compiling cross-assemblers.