summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tretter <m.tretter@pengutronix.de>2018-03-08 10:12:16 +0100
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2018-03-08 11:19:49 -0500
commita8f55f0f456890e064e1c92c3a7c5b3f8da1542f (patch)
tree65f0488714308d7a4ffe1a9b0b1a675109cddf09
parent7593095967896d6df68b607126c029d1afd8fee0 (diff)
configure.ac: enable largefile support if possible
https://bugzilla.gnome.org/show_bug.cgi?id=793103
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5df93b9e89..0aecc90c80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,6 +95,12 @@ AG_GST_ARCH
dnl Determine endianness
AC_C_BIGENDIAN
+dnl *** software ***
+
+dnl check for large file support
+dnl affected plugins must include config.h
+AC_SYS_LARGEFILE
+
dnl *** checks for programs ***
dnl find a compiler