diff options
author | Simon McVittie <smcv@debian.org> | 2010-03-23 14:30:59 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2010-03-23 14:39:00 +0000 |
commit | a59c4bf130f689e60c8a9ec4ce5e987aa00b7d83 (patch) | |
tree | 3b7108950138b88f50bf5b348442a03ea07239f0 /configure.ac | |
parent | aeac3aa08def7fd47e1a432005706433ff281440 (diff) |
configure.ac: check for unistd.h
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 6949a59..41f5976 100644 --- a/configure.ac +++ b/configure.ac @@ -93,6 +93,7 @@ fi dnl Check for code generation tools AC_HEADER_STDC([]) +AC_CHECK_HEADERS_ONCE([unistd.h]) AC_C_INLINE dnl Check endianness (Needed for the sha1 implementation) |