summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2013-01-07 23:48:21 +0100
committerKay Sievers <kay@vrfy.org>2013-01-07 23:48:43 +0100
commit8666abb452db73d9a11ead61251eec42bc531cce (patch)
tree985860e399f1723e720c26fb78b7e763ed2f7828 /configure.ac
parentddcbd96ae6ff15be79e22b37efe54a45a5d1673f (diff)
build-sys: disable static libraries
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])