[ostree] build: Use AC_SYS_LARGEFILE



commit 02217ba74a2ef4b1bcdeb8d2c305ed81e6163513
Author: Colin Walters <walters verbum org>
Date:   Sun Feb 24 06:35:23 2013 -0500

    build: Use AC_SYS_LARGEFILE
    
    So we do the right thing on 32 bit.

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 96acffc..49acdb9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,7 @@ AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([1.11 -Wno-portability foreign no-define tar-ustar no-dist-gzip dist-xz])
 AM_MAINTAINER_MODE([enable])
 AM_SILENT_RULES([yes])
+AC_SYS_LARGEFILE
 
 AC_PROG_CC
 AM_PROG_CC_C_O


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]