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 1141236..870c572 100644 --- a/configure.ac +++ b/configure.ac @@ -156,6 +156,9 @@ if test "x$have_compressor" != "xyes"; then AC_MSG_ERROR([no compressor available. At lest one is required]) fi +##### additional checks ##### +AX_COMPILE_CHECK_SIZEOF(time_t) + ##### generate output ##### AC_CONFIG_HEADERS([config.h]) |