From dbff3daf2a5354bbdd20058b356873327d1efc41 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 1 Jul 2014 13:24:27 +0200 Subject: [PATCH] don't build .a files for backends, we do not use them at all --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7c048dcfb2..617a06d720 100644 --- a/configure.ac +++ b/configure.ac @@ -28,9 +28,9 @@ AC_PROG_MAKE_SET AC_LANG([C++]) m4_ifndef([LT_INIT],[ -AC_PROG_LIBTOOL +AC_PROG_LIBTOOL([disable-static]) ],[ -LT_INIT +LT_INIT([disable-static]) ]) AM_CONDITIONAL([RELEASE_BUILD], [test "$PACKAGE_VERSION" != "git"]) -- 2.47.2