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:29 +0100
commitbda2d7559f18b2e02050dc433c5ff70cec8e3362 (patch)
treefa3ed1a251571c3192f975ddb849d27c5215f306 /configure.in.in
parent355f00c2bd6f4b2870133d0423420ef8046b7156 (diff)
downloadtork-bda2d7559f18b2e02050dc433c5ff70cec8e3362.tar.gz
tork-bda2d7559f18b2e02050dc433c5ff70cec8e3362.zip
Add sys/time.h and time.h header detection to resolve FTBFS.
Signed-off-by: Slávek Banko <[email protected]>
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