diff options
author | Michael Tretter <m.tretter@pengutronix.de> | 2018-03-08 10:12:16 +0100 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2018-03-08 11:19:49 -0500 |
commit | a8f55f0f456890e064e1c92c3a7c5b3f8da1542f (patch) | |
tree | 65f0488714308d7a4ffe1a9b0b1a675109cddf09 /configure.ac | |
parent | 7593095967896d6df68b607126c029d1afd8fee0 (diff) |
configure.ac: enable largefile support if possible
https://bugzilla.gnome.org/show_bug.cgi?id=793103
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 5df93b9e..0aecc90c 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 |