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
This commit is contained in:
Max 2018-01-16 18:06:38 +01:00
parent f37fcc9c7b
commit 63948b033d
1 changed files with 1 additions and 1 deletions

View File

@ -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)