Support older versions of autotools
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 30 Nov 2011 14:05:47 +0000 (09:05 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 30 Nov 2011 14:05:47 +0000 (09:05 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac

index 621f091fd9d57db8e9211a416181ac999f48e1d3..ba5f7bde88003e5ad966977d0640bbc0298b9c09 100644 (file)
@@ -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"
 
This page took 0.025588 seconds and 4 git commands to generate.