changeset 51510:e2e63297c062

Check for locale.h.
author Dave Love <fx@gnu.org>
date Fri, 06 Jun 2003 09:03:44 +0000
parents 939b3e4ad8f6
children 93d8330d12ff
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Fri Jun 06 05:24:59 2003 +0000
+++ b/configure.in	Fri Jun 06 09:03:44 2003 +0000
@@ -1409,7 +1409,7 @@
 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, , , -)