From: Mathieu Desnoyers Date: Wed, 30 Nov 2011 14:05:47 +0000 (-0500) Subject: Support older versions of autotools X-Git-Tag: v2.0-pre15~55 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=7e60e3edd26d83b98b2192cd7478c2d99e30f333 Support older versions of autotools Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index 621f091fd..ba5f7bde8 100644 --- a/configure.ac +++ b/configure.ac @@ -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"