Fix realloc invalid next size
[lttng-tools.git] / configure.ac
index 621f091fd9d57db8e9211a416181ac999f48e1d3..ba5f7bde88003e5ad966977d0640bbc0298b9c09 100644 (file)
@@ -118,7 +118,7 @@ AX_CONFIG_FEATURE(
 AM_CONDITIONAL([COMPAT_EPOLL], [ test "$enable_epoll" = "yes" ])
 
 AC_PROG_CC
-LT_INIT
+m4_ifdef([LT_INIT], [LT_INIT], [AC_PROG_LIBTOOL])
 
 CFLAGS="-Wall $CFLAGS -g -fno-strict-aliasing"
 
This page took 0.022515 seconds and 4 git commands to generate.