aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-10-02 15:06:35 +0200
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-10-02 15:06:35 +0200
commiteacedf41a65f135722e7bee6f1a66a803619237f (patch)
tree6b24f01790d18972f0b103ed4ec3d6246dd22435 /configure.ac
parenta31046b8734f12ed22127ef5f6ca4fc33df72ec1 (diff)
Make the user_token 44-bit for TTMs, and have them occupy a unique file space
starting at 0x00100000000. This will hopefully allow us to use unmap_mapping_range(). Note that user-space will need 64-bit file offset support.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 69b111fb..b5d79456 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,6 +30,7 @@ AC_PROG_LIBTOOL
AC_PROG_CC
AC_HEADER_STDC
+AC_SYS_LARGEFILE
pkgconfigdir=${libdir}/pkgconfig
AC_SUBST(pkgconfigdir)