comparison 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
comparison
equal deleted inserted replaced
51509:939b3e4ad8f6 51510:e2e63297c062
1407 1407
1408 dnl checks for header files 1408 dnl checks for header files
1409 AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \ 1409 AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
1410 linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \ 1410 linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \
1411 termcap.h stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \ 1411 termcap.h stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \
1412 sys/param.h sys/vlimit.h sys/resource.h) 1412 sys/param.h sys/vlimit.h sys/resource.h locale.h)
1413 dnl On Solaris 8 there's a compilation warning for term.h because 1413 dnl On Solaris 8 there's a compilation warning for term.h because
1414 dnl it doesn't define `bool'. 1414 dnl it doesn't define `bool'.
1415 AC_CHECK_HEADERS(term.h, , , -) 1415 AC_CHECK_HEADERS(term.h, , , -)
1416 AC_HEADER_STDC 1416 AC_HEADER_STDC
1417 AC_HEADER_TIME 1417 AC_HEADER_TIME