From: Tobias Brunner Date: Thu, 29 Jun 2017 06:36:50 +0000 (+0200) Subject: configure: Install charon-systemd.conf X-Git-Tag: 5.6.0dr1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45f45fed1edee3fec951e72ba3d5b826ccdc47f2;p=thirdparty%2Fstrongswan.git configure: Install charon-systemd.conf Fixes #2370. --- diff --git a/configure.ac b/configure.ac index f016314741..21563f7f3d 100644 --- a/configure.ac +++ b/configure.ac @@ -1724,6 +1724,7 @@ AM_COND_IF([USE_MEDSRV], [strongswan_options=${strongswan_options}" medsrv"]) AM_COND_IF([USE_SCEPCLIENT], [strongswan_options=${strongswan_options}" scepclient"]) AM_COND_IF([USE_PKI], [strongswan_options=${strongswan_options}" pki"]) AM_COND_IF([USE_SWANCTL], [strongswan_options=${strongswan_options}" swanctl"]) +AM_COND_IF([USE_SYSTEMD], [strongswan_options=${strongswan_options}" charon-systemd"]) AC_SUBST(strongswan_options)