From 7ce8198437199a83d9e2884a5b73e035a7a38db9 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 19 Oct 2010 12:23:04 +0200 Subject: build: default to not build static libraries Users wanting static libraries can just use ./configure --enable-static. Signed-off-by: Jan Engelhardt --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3