aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-01-16 18:06:38 +0100
committerMax <msuraev@sysmocom.de>2018-01-19 14:32:32 +0000
commit63948b033d41982b5e986a9c8a15fcfcd364eb25 (patch)
tree9556b9695f2d5ddaf4c0de7b24fe75a9eda91000
parentf37fcc9c7bc3d262bd513cb8ba61f4283d6acb97 (diff)
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
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 55e3a34f..88751f44 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)