Mercurial > emacs
changeset 21378:e77ae6b31cb3
Check for string.h.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 06 Apr 1998 08:57:37 +0000 |
parents | bc409dfad8e7 |
children | 1701bf5b9dec |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Mon Apr 06 05:07:36 1998 +0000 +++ b/configure.in Mon Apr 06 08:57:37 1998 +0000 @@ -1083,7 +1083,7 @@ AC_AIX 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) +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) AC_HEADER_STDC AC_HEADER_TIME AC_DECL_SYS_SIGLIST