about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e945155a..139d8520 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,6 +11,9 @@ AM_INIT_AUTOMAKE([foreign subdir-objects])
 ### Checks for programs.
 AC_PROG_CC
 
+## Check for LFS
+AC_SYS_LARGEFILE
+
 ### Get canonical host
 AC_CANONICAL_HOST
 PLATFORM="unknown"