summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-10-31 00:33:13 +0200
committerJan Engelhardt <jengelh@medozas.de>2010-10-31 00:33:13 +0200
commit5817d5f7f6c80b3d520ada0fd977d8ad5d8a485e (patch)
tree09f16e3d1c3964e0eed9986ae8b1cbd034bece93
parentb472e11be65855088bbe144acfc779ae5a3a66f2 (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 4e1dd6b..abd3a17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,7 @@ AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects dist-bzip2 1.6])
AC_PROG_CC
+AC_DISABLE_STATIC
AM_PROG_LIBTOOL
AC_PROG_INSTALL
AC_PROG_LN_S