From 91924e12472bd74cea4f10f8aa120fa9a2d02634 Mon Sep 17 00:00:00 2001 From: Alexey Gladkov Date: Tue, 29 Dec 2020 02:28:57 +0300 Subject: Fix LFS on 32-bit systems Signed-off-by: Alexey Gladkov --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 23e97d4..3cbbb6c 100644 --- a/configure.ac +++ b/configure.ac @@ -70,6 +70,7 @@ AC_CANONICAL_HOST AB_INIT AC_USE_SYSTEM_EXTENSIONS +AC_SYS_LARGEFILE # Taken from mpfr-4.0.1, then modified for LDADD_FOR_TESTS_KLUDGE dnl Under Linux, make sure that the old dtags are used if LD_LIBRARY_PATH -- 2.25.4