From f34af17b219f1eaa0d091a687124fbb8b7a3c81b Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 13 Mar 2018 13:43:37 +0000 Subject: [PATCH] configure.ac: don't install the static libraries One should always be using the shared libraries. Spotted while going through the Debian packaing. Signed-off-by: Emil Velikov Reviewed-by: Peter Hutterer Acked-by: Pekka Paalanen --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 674695d5..363c8337 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ AM_CONDITIONAL(ENABLE_CPP_TEST, test "x$have_cpp_compiler" = "xyes") # Initialize libtool LT_PREREQ([2.2]) -LT_INIT +LT_INIT([disable-static]) PKG_PROG_PKG_CONFIG()