chiark / gitweb /
build-sys: disable static libraries
authorKay Sievers <kay@vrfy.org>
Mon, 7 Jan 2013 22:48:21 +0000 (23:48 +0100)
committerKay Sievers <kay@vrfy.org>
Mon, 7 Jan 2013 22:48:43 +0000 (23:48 +0100)
configure.ac

index 8a39d9831bd0ee7c09478568155adc272f2f39b0..d630756ca4018a93fe3454c142773023c07a8fd6 100644 (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)
       [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])
 
 # i18n stuff for the PolicyKit policy files
 IT_PROG_INTLTOOL([0.40.0])