From bda2d7559f18b2e02050dc433c5ff70cec8e3362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 16 Jan 2021 00:25:29 +0100 Subject: Add sys/time.h and time.h header detection to resolve FTBFS. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- configure.in.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.in.in') 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 -- cgit v1.2.1