diff options
author | Tobias Brunner <tobias@strongswan.org> | 2017-04-28 15:39:01 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2017-05-23 18:29:11 +0200 |
commit | 6ce649a8a6f913a56ccf5b4e60d44f01f21ff8a3 (patch) | |
tree | 0ee59b27acefbc01670b7c682e3eca47cd7ce07b | |
parent | 98b55c8b838675fa8e598701a4b50308b41c6a9d (diff) | |
download | strongswan-6ce649a8a6f913a56ccf5b4e60d44f01f21ff8a3.tar.bz2 strongswan-6ce649a8a6f913a56ccf5b4e60d44f01f21ff8a3.tar.xz |
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.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2dfd4264a..56738bdf3 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) |