summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2022-03-29 19:10:44 (EDT)
committer P. J. McDermott <pj@pehjota.net>2022-03-29 19:13:23 (EDT)
commit84ced681a24c5ea7223f8f33554eb42266baab60 (patch)
tree639e90d10316fb4251d554fe3c5ed279b67aa233 /configure.ac
parent5d52752e0cb715a1af4095c890dc623ce369f1ac (diff)
downloadatsign-84ced681a24c5ea7223f8f33554eb42266baab60.zip
atsign-84ced681a24c5ea7223f8f33554eb42266baab60.tar.gz
atsign-84ced681a24c5ea7223f8f33554eb42266baab60.tar.bz2
datetime: Drop newly unused use of timegm()
It's non-standard.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])