about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-23 20:37:42 +0100
committerJames Booth <boothj5@gmail.com>2015-06-23 20:37:42 +0100
commit2d3537515d9b0dbba51265ed7819dd80b31a33d8 (patch)
tree70367b2d8ae3c8cba76107f20c34f190a39fc999
parent86acd4649bed31e0de9bbe469ac45184e2cee640 (diff)
downloadprofani-tty-2d3537515d9b0dbba51265ed7819dd80b31a33d8.tar.gz
Added AC_SYS_LARGEFILE to configure.ac
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e945155a..139d8520 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,6 +11,9 @@ AM_INIT_AUTOMAKE([foreign subdir-objects])
 ### Checks for programs.
 AC_PROG_CC
 
+## Check for LFS
+AC_SYS_LARGEFILE
+
 ### Get canonical host
 AC_CANONICAL_HOST
 PLATFORM="unknown"