From: Mathieu Desnoyers Date: Wed, 30 Nov 2011 14:03:10 +0000 (-0500) Subject: Support older autotools X-Git-Tag: v0.6.7~8 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=bff8fd130d0f082c6c8e93fd05763288f7870b49 Support older autotools Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index ce06254..de408af 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ AH_TEMPLATE([CONFIG_RCU_ARM_HAVE_DMB], [Use the dmb instruction is available for # Checks for programs. AC_PROG_CC AC_PROG_MAKE_SET -LT_INIT +m4_ifdef([LT_INIT], [LT_INIT], [AC_PROG_LIBTOOL]) # Checks for typedefs, structures, and compiler characteristics. AC_C_INLINE