summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-04-09 17:24:40 +0200
committerFabiano FidĂȘncio <fidencio@redhat.com>2015-04-10 12:58:17 +0200
commit21f49275318caafa7b81d61f95422eea306e3d59 (patch)
tree337292665c1dccd2bfaec86bb84b9daf4fd4a1e5
parent8003f9e01f8fc6dc73de2ec2af303af556e96e84 (diff)
downloadvd_agent-21f49275318caafa7b81d61f95422eea306e3d59.tar.gz
vd_agent-21f49275318caafa7b81d61f95422eea306e3d59.tar.xz
vd_agent-21f49275318caafa7b81d61f95422eea306e3d59.zip
build-sys: Enable large file support
This is needed on 32 bit machines for drag and drop of large files (>2GB to work). This fixes https://bugzilla.redhat.com/show_bug.cgi?id=1206663
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 79905a8..45804cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,6 +10,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
AC_PROG_CC
AM_PROG_CC_C_O
AC_HEADER_STDC
+AC_SYS_LARGEFILE
AC_PROG_INSTALL
AC_PROG_LN_S
AC_DEFINE(_GNU_SOURCE, [1], [Enable GNU extensions])