From 8666abb452db73d9a11ead61251eec42bc531cce Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 7 Jan 2013 23:48:21 +0100 Subject: [PATCH] build-sys: disable static libraries --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8a39d9831..d630756ca 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,7 @@ AS_IF([test "x$host_cpu" = "xmips" || test "x$host_cpu" = "xmipsel" || [AC_DEFINE(ARCH_MIPS, [], [Whether on mips arch])]) LT_PREREQ(2.2) -LT_INIT +LT_INIT([disable-static]) # i18n stuff for the PolicyKit policy files IT_PROG_INTLTOOL([0.40.0]) -- 2.30.2