[Xcb-commit] libxcb: configure.ac
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Mon Nov 13 20:26:23 UTC 2023
configure.ac | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 3c946010c8521497b0fba2c8bc9bde184622345a
Author: Fergus Dall <sidereal at google.com>
Date: Tue Nov 7 17:42:42 2023 +1100
Enable large file support
Signed-off-by: Fergus Dall <sidereal at google.com>
diff --git a/configure.ac b/configure.ac
index b78454d..d981bea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,6 +18,7 @@ AM_PATH_PYTHON([3.0])
# Must be called before any macros that run the compiler (like AC_PROG_LIBTOOL)
# to avoid autoconf errors.
AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
# Initialize libtool
LT_PREREQ([2.2])
More information about the xcb-commit
mailing list