build-sys: disable static libraries

This commit is contained in:
Kay Sievers 2013-01-07 23:48:21 +01:00
parent ddcbd96ae6
commit 8666abb452
1 changed files with 1 additions and 1 deletions

View File

@ -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])