summaryrefslogtreecommitdiffstats
path: root/configure.in.in
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-01-16 00:25:29 +0100
committerSlávek Banko <[email protected]>2021-01-16 00:25:47 +0100
commit83e491dc13f70e76bd4cd79313098379123be1e2 (patch)
tree990582dce3e8686d4da807548091856ac2ffaf50 /configure.in.in
parentab700191fa487a238d9cd03c81c9e1ef7124548f (diff)
downloadtork-83e491dc13f70e76bd4cd79313098379123be1e2.tar.gz
tork-83e491dc13f70e76bd4cd79313098379123be1e2.zip
Add sys/time.h and time.h header detection to resolve FTBFS.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit bda2d7559f18b2e02050dc433c5ff70cec8e3362)
Diffstat (limited to 'configure.in.in')
-rw-r--r--configure.in.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in.in b/configure.in.in
index 6317614..71dcdc9 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -496,6 +496,9 @@ AC_CHECK_FUNCS(strchr memcpy getopt_long)
AC_CHECK_HEADERS(unistd.h string.h libiberty.h)
AC_HEADER_STAT
+AC_HEADER_TIME
+AC_CHECK_HEADERS(sys/time.h)
+
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_TYPE_SIZE_T