From eb3b52fa8857768e090fe69a0036fa7ae4744ca9 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 6 Jun 2003 09:04:22 +0000 Subject: [PATCH] Check for locale.h. --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8c1d08fbe45..2f11d3a8ddb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,13 @@ +2003-06-06 Dave Love + + * configure.in: Check for locale.h. + 2003-06-05 Dave Love * configure.in: Check for memcpy, mempcpy, mblen, mbrlen. Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T. (NLIST_STRUCT): Don't define. + (AH_BOTTOM): Define my_strftime. 2003-06-02 Richard M. Stallman diff --git a/configure.in b/configure.in index fd2dd9f089d..a44d3bf00a1 100644 --- a/configure.in +++ b/configure.in @@ -1409,7 +1409,7 @@ dnl checks for header files AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \ linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \ termcap.h stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \ - sys/param.h sys/vlimit.h sys/resource.h) + sys/param.h sys/vlimit.h sys/resource.h locale.h) dnl On Solaris 8 there's a compilation warning for term.h because dnl it doesn't define `bool'. AC_CHECK_HEADERS(term.h, , , -) -- 2.39.2