From 84ced681a24c5ea7223f8f33554eb42266baab60 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 29 Mar 2022 19:10:44 -0400 Subject: datetime: Drop newly unused use of timegm() It's non-standard. --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 133e8ee..40a3205 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,7 @@ AC_CHECK_FUNCS( [\ calloc difftime fprintf fputs free isspace localtime mktime \ printf realloc setvbuf sleep strerror strlen strftime strptime \ - time timegm + time ], [], [funcs_missing=true]) -- cgit v0.9.1