From: Kay Sievers Date: Mon, 7 Jan 2013 22:48:21 +0000 (+0100) Subject: build-sys: disable static libraries X-Git-Tag: v197~6 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8666abb452db73d9a11ead61251eec42bc531cce;p=elogind.git build-sys: disable static libraries --- 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])