Remove now obsolete AC_DISABLE_STATIC in favor of LT_INIT([disable-static]) --- configure.ac | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index c1397f0..2157489 100644 --- a/configure.ac +++ b/configure.ac @@ -30,8 +30,14 @@ PKG_CHECK_MODULES([CHECK], [check >= 0.9.4]) m4_define([_LT_AC_TAGCONFIG], []) m4_ifdef([AC_LIBTOOL_TAGS], [AC_LIBTOOL_TAGS([])]) -AC_DISABLE_STATIC -ifdef([LT_INIT],[LT_INIT], [AC_PROG_LIBTOOL]) +ifdef( + [LT_INIT], + [LT_INIT([disable-static])], + [ + AC_PROG_LIBTOOL + AC_DISABLE_STATIC + ] +) AC_FUNC_PPOLL -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html