summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-10-31 00:33:25 +0200
committerJan Engelhardt <jengelh@medozas.de>2010-10-31 00:33:25 +0200
commit825f9ea05225aa5b6c959df6611dd67ad4fb107b (patch)
tree65bf4b4a3e96c63071ff3aa7e814270fe7053e61 /configure.ac
parentddd8ea0add4eb4390763d066d0673c6d94dec1f3 (diff)
build: default to not building static libraries
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c4cc36e..f73f323 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_PROG_INSTALL