From b50e45ed68937673402c6933f7c849b1dd02e941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 10 Dec 2015 01:04:21 +0100 Subject: [PATCH] build-sys: disable static lib by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's not used in general, so no need to build it by default. Signed-off-by: Marc-André Lureau Acked-by: Frediano Ziglio --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a9d930d1..5e5978d8 100644 --- a/configure.ac +++ b/configure.ac @@ -43,7 +43,7 @@ if test x"$ac_cv_prog_cc_c99" = xno; then fi AC_PROG_INSTALL AC_CANONICAL_HOST -AC_PROG_LIBTOOL +LT_INIT([disable-static]) AM_PROG_CC_C_O AC_C_BIGENDIAN AC_PATH_PROGS(PYTHON, python2 python)