[cairo-commit] configure.ac
Chris Wilson
ickle at kemper.freedesktop.org
Wed Jan 27 10:49:43 PST 2010
configure.ac | 1 +
1 file changed, 1 insertion(+)
New commits:
commit c82ff8cbcf27dc20d2b44a988eed1b676d996e8c
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Wed Jan 27 18:48:32 2010 +0000
configure: Enable AC_SYS_LARGEFILE for drm
drm makes use of 64bit offsets when mmaping, and so we require the
64bit file interfaces. I had presumed that it would be pulled in with
AC_GNU_SOURCE, but no.
diff --git a/configure.ac b/configure.ac
index 2e8a8a5..713b5c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,6 +14,7 @@ AC_PROG_LIBTOOL dnl ([1.4]) Don't remove!
DOLT dnl Make my libtool fast!
GTK_DOC_CHECK([1.6])
+AC_SYS_LARGEFILE
AC_GNU_SOURCE
dnl ===========================================================================
More information about the cairo-commit
mailing list