summaryrefslogtreecommitdiff
path: root/binutils/configure.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-06-21 02:34:38 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-06-21 02:34:38 +0000
commit26d49c9139d01b0df472128f3a3c962b980159e4 (patch)
tree42dd482d25d177caab708cb4d600d95d194d33f3 /binutils/configure.in
parent7a9ff7d978e444da7dae778a63c15706cf064bf4 (diff)
downloadbinutils-redhat-26d49c9139d01b0df472128f3a3c962b980159e4.tar.gz
* configure.in: Check for strcoll.
* configure: Regenerate. * config.in: Regenerate. * nm.c (main): Set locale for LC_COLLATE category. (non_numeric_forward): Use strcoll if available.
Diffstat (limited to 'binutils/configure.in')
-rw-r--r--binutils/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/configure.in b/binutils/configure.in
index 8c6ecb83f3..63631411e1 100644
--- a/binutils/configure.in
+++ b/binutils/configure.in
@@ -100,7 +100,7 @@ AC_SUBST(DEMANGLER_NAME)
AC_CHECK_HEADERS(string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h)
AC_HEADER_SYS_WAIT
AC_FUNC_ALLOCA
-AC_CHECK_FUNCS(sbrk utimes setmode getc_unlocked)
+AC_CHECK_FUNCS(sbrk utimes setmode getc_unlocked strcoll)
# Check whether fopen64 is available and whether _LARGEFILE64_SOURCE
# needs to be defined for it