Fix: support large files on 32-bit systems
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 29 Jun 2012 10:40:30 +0000 (12:40 +0200)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 3 Jul 2012 20:24:38 +0000 (16:24 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac

index 67a9152587a0803049e34cbb2c6c1fa6a4a98f7a..53ae5c6d37efcefba31a4591209ce2d682b11a1a 100644 (file)
@@ -159,12 +159,13 @@ AX_CONFIG_FEATURE(
 )
 AM_CONDITIONAL([COMPAT_EPOLL], [ test "$enable_epoll" = "yes" ])
 
+AC_SYS_LARGEFILE
 AC_PROG_CC
 LT_INIT
 
 CFLAGS="-Wall $CFLAGS -g -fno-strict-aliasing"
 
-DEFAULT_INCLUDES="-I\$(top_srcdir) -I\$(top_builddir) -I\$(top_builddir)/src -I\$(top_builddir)/include"
+DEFAULT_INCLUDES="-I\$(top_srcdir) -I\$(top_builddir) -I\$(top_builddir)/src -I\$(top_builddir)/include -include config.h"
 
 lttngincludedir="${includedir}/lttng"
 
This page took 0.026121 seconds and 4 git commands to generate.