From d232fd2e543fb81151d7fe25e9f0692610870788 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 2 Mar 2010 21:25:08 +0000 Subject: First steps towards the W32CE port --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index abb26cfd5..f53f8d929 100644 --- a/configure.ac +++ b/configure.ac @@ -999,8 +999,8 @@ fi # AC_MSG_NOTICE([checking for header files]) AC_HEADER_STDC -AC_CHECK_HEADERS([string.h unistd.h langinfo.h termio.h locale.h getopt.h]) -AC_CHECK_HEADERS([pty.h pwd.h inttypes.h]) +AC_CHECK_HEADERS([string.h unistd.h langinfo.h termio.h locale.h getopt.h \ + pty.h pwd.h inttypes.h signal.h]) AC_HEADER_TIME -- cgit v1.2.3