From adcc4acf70c90cb3535a4caa49c406bda8364c14 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 15 Apr 2015 12:25:29 -0400 Subject: [PATCH] Enable large file support Signed-off-by: Peter Jones --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 2b33371..1a321e1 100644 --- a/configure.ac +++ b/configure.ac @@ -17,6 +17,9 @@ dnl by either passing --disable-silent-rules to configure or passing V=1 dnl to make m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) +dnl Enable large file support +AC_SYS_LARGEFILE + dnl Check for programs AC_PROG_CC AC_CHECK_PROG([LN], [ln], [ln], [cp -Rp]) -- 2.3.5