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:07:43 -0500 |
commit | f1141a4ac66b09f791c208601534ec20abb9500d (patch) | |
tree | 263fb633e1e8f27b44e0817178d8171fedd736a7 | |
parent | 7d4702e2fb052adf716bdf02fd086cfc13aae9c9 (diff) |
configure.ac: enable largefile support if possible
https://bugzilla.gnome.org/show_bug.cgi?id=793103
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2aebba048..fd4a4e29f 100644 --- a/configure.ac +++ b/configure.ac @@ -101,6 +101,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 |