[PATCH] configure.ac: Add AC_SYS_LARGEFILE
Philipp Zabel
p.zabel at pengutronix.de
Tue May 2 15:15:35 UTC 2017
Allow to enable large file support on 32-bit systems.
Signed-off-by: Philipp Zabel <p.zabel at pengutronix.de>
---
configure.ac | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure.ac b/configure.ac
index a87ad0d..92911f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,6 +37,8 @@ AM_MAINTAINER_MODE([enable])
# Get _GNU_SOURCE and friends
AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
+
# Initialize libtool
LT_INIT
--
2.11.0
More information about the wayland-devel
mailing list