From: Andreas Steffen Date: Thu, 17 Dec 2015 16:48:09 +0000 (+0100) Subject: configure: Enable vici plugin and swanctl by default X-Git-Tag: 5.4.0dr2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d9c68b8a852ebb0e7ae2f58b3f7fb690279ffbc;p=thirdparty%2Fstrongswan.git configure: Enable vici plugin and swanctl by default --- diff --git a/configure.ac b/configure.ac index 1c7756b6cf..3d71ce0fc1 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.])