From d8b57fcb76e3de6899b500db42706bce75dfd7fe Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 10 Jul 2007 15:08:33 +0000 Subject: backport fix for FS 7578 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 5138ed6a..f85c5193 100644 --- a/configure.ac +++ b/configure.ac @@ -148,6 +148,9 @@ if test -z "$LIBDOWNLOAD"; then AC_MSG_ERROR("libdownload is needed to compile pacman!"); fi +# Enable large file support if available +AC_SYS_LARGEFILE + dnl Set config location AC_MSG_CHECKING(for configuration file name) if test -n "$configfile"; then -- cgit v1.2.3-24-g4f1b