diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c103399..e97991d 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -48,6 +48,9 @@ AM_CONDITIONAL([BUILD_CERTHASH], [test "x$ac_cv_func_symlink" = xyes]) | |||
48 | # Check if funopen exists | 48 | # Check if funopen exists |
49 | AC_CHECK_FUNC([funopen]) | 49 | AC_CHECK_FUNC([funopen]) |
50 | 50 | ||
51 | # Check if time_t is sized correctly | ||
52 | AC_CHECK_SIZEOF([time_t], [time.h]) | ||
53 | |||
51 | CHECK_LIBC_COMPAT | 54 | CHECK_LIBC_COMPAT |
52 | CHECK_SYSCALL_COMPAT | 55 | CHECK_SYSCALL_COMPAT |
53 | CHECK_CRYPTO_COMPAT | 56 | CHECK_CRYPTO_COMPAT |