From dff686883c8a1cb1294d7ddc3190d3ad29ebd1f8 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Wed, 30 Mar 2022 16:51:16 +0200 Subject: [PATCH] configure.ac: disable static libraries by default --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0baf0e7ff..01108a51b 100644 --- a/configure.ac +++ b/configure.ac @@ -61,7 +61,7 @@ AC_PATH_PROG(XMLLINT, xmllint, /usr/bin/xmllint) AC_PATH_PROG(XSLTPROC, xsltproc, /usr/bin/xsltproc) PKG_PROG_PKG_CONFIG -LT_INIT +LT_INIT([disable-static]) dnl dnl if the system support linker version scripts for symbol versioning