aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2015-02-20 09:40:09 +0100
committerAleksander Morgado <aleksander@aleksander.es>2015-02-26 10:37:23 +0100
commit9f7006616c8ee4d5e5381fa3637eff21d1d9c4fc (patch)
treefbc14e40e93d487aaf1afe1cbbeb76dda8d20e7d
parentee41e57507eb890d4e320a0e3fdf53d48925bf31 (diff)
build: disable static libraries by default
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 235fa822..3616c681 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ AC_PROG_INSTALL
dnl Initialize libtool
LT_PREREQ([2.2])
-LT_INIT
+LT_INIT([disable-static])
dnl Version stuff
MM_MAJOR_VERSION=mm_major_version