diff options
author | Theo Buehler <tb@openbsd.org> | 2024-05-25 21:59:09 +0200 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-05-25 21:59:09 +0200 |
commit | 8f03828942b063f3d7693fdaf3eb11ae77714d50 (patch) | |
tree | 8a509c26988fe5629d21d006fd063e97e38d001e /m4 | |
parent | 03d54d8c9dde74c4994d31467394912246af58be (diff) | |
parent | 7f39dda15a1232ae253680c07a17a0845c365ef1 (diff) | |
download | portable-8f03828942b063f3d7693fdaf3eb11ae77714d50.tar.gz portable-8f03828942b063f3d7693fdaf3eb11ae77714d50.tar.bz2 portable-8f03828942b063f3d7693fdaf3eb11ae77714d50.zip |
Land #1056 - remove timegm compat
Diffstat (limited to '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 50fb8e1..40df15b 100644 --- a/m4/check-libc.m4 +++ b/m4/check-libc.m4 | |||
@@ -37,7 +37,6 @@ AM_CONDITIONAL([HAVE_STRNDUP], [test "x$ac_cv_func_strndup" = xyes]) | |||
37 | AM_CONDITIONAL([HAVE_STRNLEN], [test "x$ac_cv_func_strnlen" = xyes]) | 37 | AM_CONDITIONAL([HAVE_STRNLEN], [test "x$ac_cv_func_strnlen" = xyes]) |
38 | AM_CONDITIONAL([HAVE_STRSEP], [test "x$ac_cv_func_strsep" = xyes]) | 38 | AM_CONDITIONAL([HAVE_STRSEP], [test "x$ac_cv_func_strsep" = xyes]) |
39 | AM_CONDITIONAL([HAVE_STRTONUM], [test "x$ac_cv_func_strtonum" = xyes]) | 39 | AM_CONDITIONAL([HAVE_STRTONUM], [test "x$ac_cv_func_strtonum" = xyes]) |
40 | AM_CONDITIONAL([HAVE_TIMEGM], [test "x$ac_cv_func_timegm" = xyes]) | ||
41 | AM_CONDITIONAL([HAVE_GETPROGNAME], [test "x$ac_cv_func_getprogname" = xyes]) | 40 | AM_CONDITIONAL([HAVE_GETPROGNAME], [test "x$ac_cv_func_getprogname" = xyes]) |
42 | AM_CONDITIONAL([HAVE_SYSLOG], [test "x$ac_cv_func_syslog" = xyes]) | 41 | AM_CONDITIONAL([HAVE_SYSLOG], [test "x$ac_cv_func_syslog" = xyes]) |
43 | AM_CONDITIONAL([HAVE_SYSLOG_R], [test "x$ac_cv_func_syslog_r" = xyes]) | 42 | AM_CONDITIONAL([HAVE_SYSLOG_R], [test "x$ac_cv_func_syslog_r" = xyes]) |