From 88c7e69ef39f66ef46a1eff5a306c1243690d7d6 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 16 Mar 2022 21:00:05 -0400 Subject: main: Add undocumented debugging option Prints the number of seconds between the UNIX epoch and the specified time. --- (limited to 'configure.ac') 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]) -- cgit v0.9.1