From: Mathieu Desnoyers Date: Thu, 1 Dec 2011 15:18:53 +0000 (-0500) Subject: Remove m4_ifdef for AC_PROG_LIBTOOL (deprecated) X-Git-Tag: v2.0-pre15~45 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=3889a2d65e6e9d7a9a6e55871dda4b0c8068cb00 Remove m4_ifdef for AC_PROG_LIBTOOL (deprecated) This trick does not seem to work anyway. Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index ba5f7bde8..621f091fd 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 -m4_ifdef([LT_INIT], [LT_INIT], [AC_PROG_LIBTOOL]) +LT_INIT CFLAGS="-Wall $CFLAGS -g -fno-strict-aliasing"