summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
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