Remove m4_ifdef for AC_PROG_LIBTOOL (deprecated)
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 1 Dec 2011 15:18:12 +0000 (10:18 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 1 Dec 2011 15:18:12 +0000 (10:18 -0500)
This trick does not seem to work anyway.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac

index de408af30fdc0a87173b529f343127178b80193e..ce06254ac7621417c9208511c4cf4a86c750e688 100644 (file)
@@ -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
This page took 0.024803 seconds and 4 git commands to generate.