Fix: support large files on 32-bit systems
[lttng-tools.git] / 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.023297 seconds and 4 git commands to generate.