diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2239b49..296b77a 100644 --- a/configure.ac +++ b/configure.ac @@ -82,6 +82,8 @@ AS_IF([test x"$enable_werror" != "xno"], [ ]) AC_SUBST([WARN_CFLAGS]) +AC_CHECK_SIZEOF([time_t], [], [#include <time.h>]) + # ========= # Find ldap # ========= |