diff configure.in @ 51510:e2e63297c062

Check for locale.h.
author Dave Love <fx@gnu.org>
date Fri, 06 Jun 2003 09:03:44 +0000
parents f36efdc0ae5e
children 8e29225b8438
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, , , -)