summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-11-05 18:30:36 +0100
committerJan Engelhardt <jengelh@medozas.de>2010-11-05 18:30:36 +0100
commit8727daf1e5e4a45981fa2e03dfcb24cb43c6966f (patch)
treef11165a54d8f05418fe1a4e5728fdbc905b583af
parentf46db5f1f77c91bbe6b24a4ce44d810c126b1f57 (diff)
build: default to not building static libraries
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 a7682ea..3d62082 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,7 @@ AM_INIT_AUTOMAKE([-Wall foreign subdir-objects dist-bzip2 1.6])
AC_PROG_CC
AC_EXEEXT
+AC_DISABLE_STATIC
AM_PROG_LIBTOOL
AC_SUBST(LIBTOOL_DEPS)