summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJean-Baptiste Dubois <jean-baptiste.dubois@parrot.com>2013-10-07 09:49:01 +0200
committerJens Georg <jensg@openismus.com>2013-10-15 11:20:57 +0200
commit4b915419791115bfbd63d79d2b59701550d86ec1 (patch)
tree14b2529f3cdf2c395272bf0492eff41814363b3f /configure.ac
parent9da3ca39438f91c7e0fa7bc3192ae54449e41c62 (diff)
downloadrygel-4b915419791115bfbd63d79d2b59701550d86ec1.tar.gz
engine: Add large files (> 4GB) streaming support.
https://bugzilla.gnome.org/show_bug.cgi?id=709551
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3e4982ef..a460a802 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,6 +27,8 @@ dnl Disable generation of static libraries
LT_PREREQ([2.2.6])
LT_INIT([dlopen disable-static])
+AC_SYS_LARGEFILE
+
dnl Required versions of library packages
dnl Not all of these are actually used, depending on the configure options.
GLIB_REQUIRED=2.31.13