summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-10-19 12:23:04 +0200
committerJan Engelhardt <jengelh@medozas.de>2010-10-19 12:23:04 +0200
commit7ce8198437199a83d9e2884a5b73e035a7a38db9 (patch)
treeaa47f6286a80a190db95f8935993ecec9d4b1b43
parent10d32feb31a2c4d7ca7161f720a2a018369b4eff (diff)
build: default to not build static libraries
Users wanting static libraries can just use ./configure --enable-static. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d9567ea..dbb6ae3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,7 @@ AC_PROG_CC
AM_PROG_CC_C_O
AC_EXEEXT
LT_INIT
+AC_DISABLE_STATIC
AC_SUBST(LIBTOOL_DEPS)
case $target in