From: Mathieu Desnoyers Date: Thu, 1 Dec 2011 15:18:12 +0000 (-0500) Subject: Remove m4_ifdef for AC_PROG_LIBTOOL (deprecated) X-Git-Tag: v0.6.7~7 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=b14a378aae1641895f1ece14e8d5c6ef9024cfe2 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 de408af..ce06254 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 -m4_ifdef([LT_INIT], [LT_INIT], [AC_PROG_LIBTOOL]) +LT_INIT # Checks for typedefs, structures, and compiler characteristics. AC_C_INLINE