summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-11-05 19:20:34 +0100
committerJan Engelhardt <jengelh@medozas.de>2010-11-05 19:32:04 +0100
commita12a31bfbbd314a2fcb3437f9211a53bd2a97c00 (patch)
treef669c88b4fd354440e85b1159cf5ee431e971b19
parente0b7fb372c3f99baf5baa39fd84bcafd883f4b55 (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 370b4b3..2447574 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,6 +10,7 @@ dnl Checks for programs.
AC_PROG_MAKE_SET
AC_PROG_CC
AC_PROG_INSTALL
+AC_DISABLE_STATIC
AC_PROG_LIBTOOL
dnl Checks for libraries.