From: Tobias Brunner Date: Fri, 28 Apr 2017 13:39:01 +0000 (+0200) Subject: configure: Don't build static libraries by default X-Git-Tag: 5.5.3~26^2~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ce649a8a6f913a56ccf5b4e60d44f01f21ff8a3;p=thirdparty%2Fstrongswan.git configure: Don't build static libraries by default This way we can actually detect if someone wants to build strongSwan statically because --enable-static has to be passed explicitly. --- diff --git a/configure.ac b/configure.ac index 2dfd4264ae..56738bdf39 100644 --- a/configure.ac +++ b/configure.ac @@ -35,6 +35,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_MACRO_DIR([m4/config]) AC_CONFIG_HEADERS([config.h]) AC_DEFINE([CONFIG_H_INCLUDED], [], [defined if config.h included]) +AC_DISABLE_STATIC PKG_PROG_PKG_CONFIG m4_include(m4/macros/split-package-version.m4)