autoconf: Replace --disable-tools option with --disable-scepclient

Since using a separate option for pki this was the only tool that was still
enabled by that option.
This commit is contained in:
Tobias Brunner
2014-06-30 13:25:13 +02:00
parent 45f647c9cd
commit 3986c1e3fd
9 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -304,7 +304,7 @@ Compile time options required depend on the test suite. A minimalistic
strongSwan build with the OpenSSL crypto backend can be configured with:
./configure --sysconfdir=/etc --disable-pluto --disable-scripts \
--disable-tools --disable-aes --disable-des --disable-md5 \
--disable-scepclient --disable-aes --disable-des --disable-md5 \
--disable-sha1 --disable-sha2 --disable-fips-prf --disable-gmp \
--disable-pubkey --disable-pgp --disable-dnskey --disable-updown \
--disable-attr --disable-resolve --enable-openssl --enable-conftest \