configure: Separate pki from --disable-tools

While pki builds and runs just fine on Windows, this is not true for scepclient.
This commit is contained in:
Martin Willi
2014-06-04 15:53:08 +02:00
parent 41bb8ba5d2
commit b70849ada2
5 changed files with 13 additions and 6 deletions
+1
View File
@@ -18,6 +18,7 @@ options = \
options/pool.opt \
options/starter.opt \
options/tnc.opt \
options/pki.opt \
options/tools.opt
plugins = \
+2
View File
@@ -0,0 +1,2 @@
pki.load =
Plugins to load in ipsec pki tool.
-3
View File
@@ -1,5 +1,2 @@
pki.load =
Plugins to load in ipsec pki tool.
scepclient.load =
Plugins to load in ipsec scepclient tool.