From 63948b033d41982b5e986a9c8a15fcfcd364eb25 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 16 Jan 2018 18:06:38 +0100 Subject: [PATCH] Enable optional static builds The default (for both manual and .deb builds) is to use shared build (as before) - the static build is entirely optional. Change-Id: Iabdebefef5c07dd1cd4b94b29ca40c6be0f8adda --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 55e3a34f8..88751f44c 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl checks for programs AC_PROG_MAKE_SET AC_PROG_CC AC_PROG_INSTALL -AC_PROG_RANLIB +LT_INIT dnl check for pkg-config (explained in detail in libosmocore/configure.ac) AC_PATH_PROG(PKG_CONFIG_INSTALLED, pkg-config, no)