diff options
author | Dave Love <fx@gnu.org> | 2003-06-06 09:04:22 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2003-06-06 09:04:22 +0000 |
commit | eb3b52fa8857768e090fe69a0036fa7ae4744ca9 (patch) | |
tree | 20d2ae16aa88e1183a72e0a5760eb584a9b1726b /configure.in | |
parent | f11aa0b29e36f10841f44622c7a1065231e97826 (diff) | |
download | emacs-eb3b52fa8857768e090fe69a0036fa7ae4744ca9.tar.gz |
Check for locale.h.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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, , , -) |