From 93922d427cee121c6e2020da9c23e906e6753e08 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Wed, 9 May 2012 12:14:47 +0200 Subject: [PATCH] Disable building static libraries. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 53c7dd045..4f87023e4 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ fi -LT_INIT +LT_INIT([disable-static]) LT_CONFIG_LTDL_DIR([ltdl]) LTDL_INIT -- 2.50.1