From 40997687a90340cf42a685d0c433dd0d9d1a5538 Mon Sep 17 00:00:00 2001 From: Alexey Gladkov Date: Thu, 22 Sep 2022 20:08:48 +0300 Subject: Fix LFS on 32-bit systems Signed-off-by: Alexey Gladkov --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index cd1cefe2..c7cfa390 100644 --- a/configure.ac +++ b/configure.ac @@ -22,6 +22,8 @@ dnl 2.60 required for AC_USE_SYSTEM_EXTENSIONS AM_INIT_AUTOMAKE([silent-rules -Wall]) AM_SILENT_RULES +AC_SYS_LARGEFILE + dnl python is optional # # you can pass PYTHON=: in environment or on the command line -- 2.25.4