# HG changeset patch # User Andreas Schwab # Date 891853057 0 # Node ID e77ae6b31cb3532bbc0891509fea7225439c3139 # Parent bc409dfad8e71c5c216cd766a7dcd0d2bfc4d1e3 Check for string.h. diff -r bc409dfad8e7 -r e77ae6b31cb3 configure.in --- 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