aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2015-12-17 17:48:09 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2015-12-17 17:49:48 +0100
commit2d9c68b8a852ebb0e7ae2f58b3f7fb690279ffbc (patch)
treeb49e3f0abe0b6a3189a5aaeade62effc4ee70015
parent76cbf1df3416e834c0e5b84b1fa5b8bb90058f0a (diff)
downloadstrongswan-2d9c68b8a852ebb0e7ae2f58b3f7fb690279ffbc.tar.bz2
strongswan-2d9c68b8a852ebb0e7ae2f58b3f7fb690279ffbc.tar.xz
configure: Enable vici plugin and swanctl by default
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 1c7756b6c..3d71ce0fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -221,7 +221,7 @@ ARG_DISBL_SET([stroke], [disable charons stroke configuration backend.])
ARG_ENABL_SET([smp], [enable SMP configuration and control interface. Requires libxml.])
ARG_ENABL_SET([sql], [enable SQL database configuration backend.])
ARG_ENABL_SET([uci], [enable OpenWRT UCI configuration plugin.])
-ARG_ENABL_SET([vici], [enable strongSwan IKE generic IPC interface plugin.])
+ARG_DISBL_SET([vici], [disable strongSwan IKE generic IPC interface plugin.])
# attribute provider/consumer plugins
ARG_ENABL_SET([android-dns], [enable Android specific DNS handler.])
ARG_DISBL_SET([attr], [disable strongswan.conf based configuration attribute plugin.])
@@ -284,7 +284,7 @@ ARG_DISBL_SET([scepclient], [disable SCEP client tool.])
ARG_DISBL_SET([scripts], [disable additional utilities (found in directory scripts).])
ARG_ENABL_SET([svc], [enable charon Windows service.])
ARG_ENABL_SET([systemd], [enable systemd specific IKE daemon charon-systemd.])
-ARG_ENABL_SET([swanctl], [enable swanctl configuration and control tool.])
+ARG_DISBL_SET([swanctl], [disable swanctl configuration and control tool.])
ARG_ENABL_SET([tkm], [enable Trusted Key Manager support.])
# optional features
ARG_ENABL_SET([bfd-backtraces], [use binutils libbfd to resolve backtraces for memory leaks and segfaults.])