diff options
author | Kay Sievers <kay@vrfy.org> | 2013-01-07 23:48:21 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-01-07 23:48:43 +0100 |
commit | 8666abb452db73d9a11ead61251eec42bc531cce (patch) | |
tree | 985860e399f1723e720c26fb78b7e763ed2f7828 | |
parent | ddcbd96ae6ff15be79e22b37efe54a45a5d1673f (diff) |
build-sys: disable static libraries
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8a39d9831b..d630756ca4 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]) |