diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-06-01 09:22:12 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-06-01 09:22:12 +0200 |
commit | 3208d8a73c13cacd0930a12f0d85f42ddd38e58c (patch) | |
tree | 2475b5f104457e7a537bb34e686f5c67fbfd496c | |
parent | 71ad7798019e0f2fea3957f72f48e98ffd0829b0 (diff) | |
download | strongswan-3208d8a73c13cacd0930a12f0d85f42ddd38e58c.tar.bz2 strongswan-3208d8a73c13cacd0930a12f0d85f42ddd38e58c.tar.xz |
do not checksum IMC/IMV plugins
-rw-r--r-- | configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 5c873afcd..6ab7e883c 100644 --- a/configure.in +++ b/configure.in @@ -808,8 +808,6 @@ ADD_PLUGIN([maemo], [c libcharon]) ADD_PLUGIN([uci], [c libcharon]) ADD_PLUGIN([addrblock], [c libcharon]) ADD_PLUGIN([unit-tester], [c libcharon]) -ADD_PLUGIN([imc-test], [c]) -ADD_PLUGIN([imv-test], [c]) AC_SUBST(libcharon_plugins) AC_SUBST(pluto_plugins) |