aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-05-25 21:59:09 +0200
committerTheo Buehler <tb@openbsd.org>2024-05-25 21:59:09 +0200
commit8f03828942b063f3d7693fdaf3eb11ae77714d50 (patch)
tree8a509c26988fe5629d21d006fd063e97e38d001e /m4
parent03d54d8c9dde74c4994d31467394912246af58be (diff)
parent7f39dda15a1232ae253680c07a17a0845c365ef1 (diff)
downloadportable-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.m41
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])
37AM_CONDITIONAL([HAVE_STRNLEN], [test "x$ac_cv_func_strnlen" = xyes]) 37AM_CONDITIONAL([HAVE_STRNLEN], [test "x$ac_cv_func_strnlen" = xyes])
38AM_CONDITIONAL([HAVE_STRSEP], [test "x$ac_cv_func_strsep" = xyes]) 38AM_CONDITIONAL([HAVE_STRSEP], [test "x$ac_cv_func_strsep" = xyes])
39AM_CONDITIONAL([HAVE_STRTONUM], [test "x$ac_cv_func_strtonum" = xyes]) 39AM_CONDITIONAL([HAVE_STRTONUM], [test "x$ac_cv_func_strtonum" = xyes])
40AM_CONDITIONAL([HAVE_TIMEGM], [test "x$ac_cv_func_timegm" = xyes])
41AM_CONDITIONAL([HAVE_GETPROGNAME], [test "x$ac_cv_func_getprogname" = xyes]) 40AM_CONDITIONAL([HAVE_GETPROGNAME], [test "x$ac_cv_func_getprogname" = xyes])
42AM_CONDITIONAL([HAVE_SYSLOG], [test "x$ac_cv_func_syslog" = xyes]) 41AM_CONDITIONAL([HAVE_SYSLOG], [test "x$ac_cv_func_syslog" = xyes])
43AM_CONDITIONAL([HAVE_SYSLOG_R], [test "x$ac_cv_func_syslog_r" = xyes]) 42AM_CONDITIONAL([HAVE_SYSLOG_R], [test "x$ac_cv_func_syslog_r" = xyes])