summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMichel Dänzer <[email protected]>2014-08-29 10:27:43 +0900
committerMichel Dänzer <[email protected]>2014-09-05 18:08:59 +0900
commit76b906c9f6ebe1626e9ace5ea8336167aa210876 (patch)
tree0e2470ba76a735a56559eb4cddf8fc3d282e7d14 /configure.ac
parentb4539274b6478249d52e99fa34243daacf48be80 (diff)
configure.ac: Add AC_SYS_LARGEFILE
Making sure large file support is enabled across the tree even on 32-bit systems. Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index aa7d1f27da0..9d2ddb4ab00 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,6 +57,8 @@ AC_CHECK_PROGS([PYTHON2], [python2 python])
AC_PROG_SED
AC_PROG_MKDIR_P
+AC_SYS_LARGEFILE
+
LT_PREREQ([2.2])
LT_INIT([disable-static])