From 443507505d3a8bac2b5dc2e8578af2006f68cc80 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 5 Apr 2012 08:43:41 +0000 Subject: * configure.in (AC_CHECK_FUNCS): Add setlocale. (AM_LC_MESSAGES): Add. * aclocal.m4: Regenerate. * config.in: Regenerate. * configure: Regenerate. --- binutils/config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'binutils/config.in') diff --git a/binutils/config.in b/binutils/config.in index 62bdfa12956..88e7b1b7a93 100644 --- a/binutils/config.in +++ b/binutils/config.in @@ -85,6 +85,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define if your file defines LC_MESSAGES. */ +#undef HAVE_LC_MESSAGES + /* Define to 1 if you have the header file. */ #undef HAVE_LIMITS_H @@ -100,6 +103,9 @@ /* Define to 1 if you have the `sbrk' function. */ #undef HAVE_SBRK +/* Define to 1 if you have the `setlocale' function. */ +#undef HAVE_SETLOCALE + /* Define to 1 if you have the `setmode' function. */ #undef HAVE_SETMODE -- cgit v1.2.1