aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-06-19 16:39:44 +0200
committerMartin Willi <martin@strongswan.org>2009-06-22 15:47:17 +0200
commite3b7be91e1c9abafc82e267906e6b18e89e7393d (patch)
tree962cf144664ab815596c6bf40471742bc237fde5 /configure.in
parentf1f51395d59ee7ab2e1b79eb3b033fcc68253e40 (diff)
downloadstrongswan-e3b7be91e1c9abafc82e267906e6b18e89e7393d.tar.bz2
strongswan-e3b7be91e1c9abafc82e267906e6b18e89e7393d.tar.xz
removed obsolete INTEGRITY_TEST and fips signer code
--enable-integrity-test now conditionally builds libchecksum
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 858914c14..433f736b7 100644
--- a/configure.in
+++ b/configure.in
@@ -588,7 +588,7 @@ AC_ARG_ENABLE(
AC_ARG_ENABLE(
[integrity-test],
- AS_HELP_STRING([--enable-integrity-test],[enable the integrity test of the crypto library (default is NO).]),
+ AS_HELP_STRING([--enable-integrity-test],[enable integrity testing of libstrongswan and plugins (default is NO).]),
[if test x$enableval = xyes; then
integrity_test=true
fi]
@@ -1258,7 +1258,6 @@ AC_OUTPUT(
src/libstrongswan/plugins/gcrypt/Makefile
src/libstrongswan/plugins/agent/Makefile
src/libstrongswan/plugins/test_vectors/Makefile
- src/libstrongswan/fips/Makefile
src/libfreeswan/Makefile
src/pluto/Makefile
src/whack/Makefile