From 7aa14c4190d33dbd081f89b912ffc59f2d8cf0d0 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Tue, 21 Oct 2014 16:14:10 -0400 Subject: build: allow the creation of a static library Signed-off-by: Paul Moore --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index cdd8905..357cf87 100644 --- a/configure.ac +++ b/configure.ac @@ -56,7 +56,7 @@ m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) dnl #### dnl libtool configuration dnl #### -LT_INIT([shared disable-static pic-only]) +LT_INIT([shared pic-only]) dnl #### dnl enable silent builds by default -- cgit v1.2.1