From 007177601b6ebf4a2bcc870f4838929f9c4218c6 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 29 Mar 2019 13:21:26 +0200 Subject: Use AC_SYS_LARGEFILE to detect large file support status Previously, that was done implicitly by gnulib. After 4da4ddea3a, it is necessary to do so explicitly, to avoid make sure library and apps use off_t of the same width. * configure.boot: Use AC_SYS_LARGEFILE --- configure.boot | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.boot b/configure.boot index 210175b..f90a4d0 100644 --- a/configure.boot +++ b/configure.boot @@ -76,6 +76,7 @@ AC_TYPE_PID_T AC_TYPE_OFF_T AC_TYPE_SIZE_T AC_HEADER_TIME +AC_SYS_LARGEFILE AC_CHECK_TYPE([socklen_t],, AC_DEFINE(socklen_t, int, [Define to int if does not define]), [ -- cgit v1.2.1