aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-03-29 13:21:26 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-03-29 13:25:55 +0200
commit007177601b6ebf4a2bcc870f4838929f9c4218c6 (patch)
treeef510632de1d4ba76460e0f188a6464390766ccf
parent80a67d8ef6ef6f209b390033cf7de98b6375f9ce (diff)
downloaddico-007177601b6ebf4a2bcc870f4838929f9c4218c6.tar.gz
dico-007177601b6ebf4a2bcc870f4838929f9c4218c6.tar.bz2
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
-rw-r--r--configure.boot1
1 files changed, 1 insertions, 0 deletions
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 <sys/types.h> does not define]),
[

Return to:

Send suggestions and report system problems to the System administrator.