diff options
author | Werner Koch <[email protected]> | 2010-03-02 21:25:08 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-03-02 21:25:08 +0000 |
commit | d232fd2e543fb81151d7fe25e9f0692610870788 (patch) | |
tree | 8ce5ef17c07737c2ae873f945f99fb255f6573a3 /configure.ac | |
parent | Finished jnlib port to CE. (diff) | |
download | gnupg-d232fd2e543fb81151d7fe25e9f0692610870788.tar.gz gnupg-d232fd2e543fb81151d7fe25e9f0692610870788.zip |
First steps towards the W32CE port
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
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 |