Check for locale.h.

This commit is contained in:
Dave Love 2003-06-06 09:04:22 +00:00
parent f11aa0b29e
commit eb3b52fa88
2 changed files with 6 additions and 1 deletions

View file

@ -1,8 +1,13 @@
2003-06-06 Dave Love <fx@gnu.org>
* configure.in: Check for locale.h.
2003-06-05 Dave Love <fx@gnu.org>
* 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 <rms@gnu.org>

View file

@ -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, , , -)