From 9710509e6bcb59af4b3f7852d27e652b6c252ea1 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 21 Jun 2002 02:34:38 +0000 Subject: * 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. --- binutils/config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'binutils/config.in') diff --git a/binutils/config.in b/binutils/config.in index 02ec0a7..d404762 100644 --- a/binutils/config.in +++ b/binutils/config.in @@ -97,6 +97,9 @@ /* Define if you have the strchr function. */ #undef HAVE_STRCHR +/* Define if you have the strcoll function. */ +#undef HAVE_STRCOLL + /* Define if you have the utimes function. */ #undef HAVE_UTIMES -- cgit v1.1