From a8f55f0f456890e064e1c92c3a7c5b3f8da1542f Mon Sep 17 00:00:00 2001 From: Michael Tretter Date: Thu, 8 Mar 2018 10:12:16 +0100 Subject: [PATCH] configure.ac: enable largefile support if possible https://bugzilla.gnome.org/show_bug.cgi?id=793103 --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure.ac b/configure.ac index 5df93b9..0aecc90 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 -- 2.7.4