From 7e60e3edd26d83b98b2192cd7478c2d99e30f333 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 30 Nov 2011 09:05:47 -0500 Subject: [PATCH] Support older versions of autotools Signed-off-by: Mathieu Desnoyers --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.34.1