summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1998-04-06 08:57:37 +0000
committerAndreas Schwab <schwab@suse.de>1998-04-06 08:57:37 +0000
commit6b9c54648884fb28f86129be43fbfff0040e6c0b (patch)
tree932d58b756a59972e6abdd2fa7a3680405abe3ca /configure.in
parent3fc7dfe527f861a0409fd605fe4ec054f752d5a6 (diff)
downloademacs-6b9c54648884fb28f86129be43fbfff0040e6c0b.tar.gz
Check for string.h.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 3c9a5180d8a..7fcc825a3cd 100644
--- a/configure.in
+++ b/configure.in
@@ -1083,7 +1083,7 @@ dnl checks for Unix variants
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