summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-02-24 05:48:02 -0500
committerColin Walters <walters@verbum.org>2013-02-24 05:48:02 -0500
commitef7cd3d4da4e72fe7b63174a3705d330177e5515 (patch)
tree84fd43509fc7d6ff4ac1796cc59b711b0e8dde0c
parent61eea63b4042d1c6fba12d79215f5b9247d3b5c5 (diff)
downloadlinux-user-chroot-ef7cd3d4da4e72fe7b63174a3705d330177e5515.tar.gz
build: use AC_SYS_LARGEFILE
So we will do the right thing on 32 bit.
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7b0b546..c50f9b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,8 @@ AM_INIT_AUTOMAKE([1.11 -Wno-portability foreign no-define tar-ustar no-dist-gzip
AM_MAINTAINER_MODE([enable])
AM_SILENT_RULES([yes])
+AC_SYS_LARGEFILE
+
AC_PROG_CC
AM_PROG_CC_C_O