diff options
author | Brent Cook <bcook@openbsd.org> | 2015-10-17 22:57:59 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-10-17 22:57:59 -0500 |
commit | a45e38e962a30307dd2034c2c032bd76333ebd2c (patch) | |
tree | d290d9f6ef87032b1cae22716acde57bf028814a /m4/check-libc.m4 | |
parent | e8c92100735f1e32d4b6f4a5a2670a0bf98ad1a8 (diff) | |
download | portable-a45e38e962a30307dd2034c2c032bd76333ebd2c.tar.gz portable-a45e38e962a30307dd2034c2c032bd76333ebd2c.tar.bz2 portable-a45e38e962a30307dd2034c2c032bd76333ebd2c.zip |
disable some tests with 32-bit time_t systems
Also disable use of _mkgmtime, it does not produce correct results.
Diffstat (limited to 'm4/check-libc.m4')
-rw-r--r-- | m4/check-libc.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/check-libc.m4 b/m4/check-libc.m4 index 3efc686..6a23e35 100644 --- a/m4/check-libc.m4 +++ b/m4/check-libc.m4 | |||
@@ -17,7 +17,6 @@ AM_CONDITIONAL([HAVE_STRNLEN], [test "x$ac_cv_func_strnlen" = xyes]) | |||
17 | AM_CONDITIONAL([HAVE_STRSEP], [test "x$ac_cv_func_strsep" = xyes]) | 17 | AM_CONDITIONAL([HAVE_STRSEP], [test "x$ac_cv_func_strsep" = xyes]) |
18 | AM_CONDITIONAL([HAVE_STRTONUM], [test "x$ac_cv_func_strtonum" = xyes]) | 18 | AM_CONDITIONAL([HAVE_STRTONUM], [test "x$ac_cv_func_strtonum" = xyes]) |
19 | AM_CONDITIONAL([HAVE_TIMEGM], [test "x$ac_cv_func_timegm" = xyes]) | 19 | AM_CONDITIONAL([HAVE_TIMEGM], [test "x$ac_cv_func_timegm" = xyes]) |
20 | AM_CONDITIONAL([HAVE__MKGMTIME], [test "x$ac_cv_func__mkgmtime" = xyes]) | ||
21 | ]) | 20 | ]) |
22 | 21 | ||
23 | AC_DEFUN([CHECK_SYSCALL_COMPAT], [ | 22 | AC_DEFUN([CHECK_SYSCALL_COMPAT], [ |