summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2022-03-16 21:00:05 (EDT)
committer P. J. McDermott <pj@pehjota.net>2022-03-17 16:17:43 (EDT)
commit88c7e69ef39f66ef46a1eff5a306c1243690d7d6 (patch)
tree711c13b2f95b601fcdc5f97955b299f9bfc54cf1 /configure.ac
parentc617d8239d104c206696aa0afc77753dad3f731d (diff)
downloadatsign-88c7e69ef39f66ef46a1eff5a306c1243690d7d6.zip
atsign-88c7e69ef39f66ef46a1eff5a306c1243690d7d6.tar.gz
atsign-88c7e69ef39f66ef46a1eff5a306c1243690d7d6.tar.bz2
main: Add undocumented debugging option
Prints the number of seconds between the UNIX epoch and the specified time.
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 7c94fbd..011b7d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ AC_CHECK_FUNCS(
[\
calloc difftime fprintf fputs free isspace localtime mktime \
printf realloc setvbuf sleep strerror strlen strftime strptime \
- time
+ time timegm
],
[],
[funcs_missing=true])