]> code.delx.au - gnu-emacs/commitdiff
Check for locale.h.
authorDave Love <fx@gnu.org>
Fri, 6 Jun 2003 09:04:22 +0000 (09:04 +0000)
committerDave Love <fx@gnu.org>
Fri, 6 Jun 2003 09:04:22 +0000 (09:04 +0000)
ChangeLog
configure.in

index 8c1d08fbe451a1611e637bbe307308617992117d..2f11d3a8ddbb7e005081562a8241c19edf054de8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index fd2dd9f089da445c6363380e38a72b03b8a5d58e..a44d3bf00a14e4340ffb780a7753dae7ece116ac 100644 (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, , , -)