aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2012-02-16 23:28:38 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2012-02-16 23:28:38 +0100
commit05f421b7d31b303acffc0505120d3137d7579747 (patch)
treeb470d36ec4bafdacb70fc8d84dabc540796dff5b /configure.in
parenta54cf814e662b4db54d6dccbc1328541a1d63394 (diff)
downloadstrongswan-05f421b7d31b303acffc0505120d3137d7579747.tar.bz2
strongswan-05f421b7d31b303acffc0505120d3137d7579747.tar.xz
build libstrongswan if libimcv is built
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ff7180dc4..a483cf44f 100644
--- a/configure.in
+++ b/configure.in
@@ -1041,7 +1041,7 @@ AM_CONDITIONAL(USE_CHARON, test x$charon = xtrue)
AM_CONDITIONAL(USE_TOOLS, test x$tools = xtrue)
AM_CONDITIONAL(USE_SCRIPTS, test x$scripts = xtrue)
AM_CONDITIONAL(USE_CONFTEST, test x$conftest = xtrue)
-AM_CONDITIONAL(USE_LIBSTRONGSWAN, test x$charon = xtrue -o x$pluto = xtrue -o x$tools = xtrue -o x$conftest = xtrue -o x$fast = xtrue)
+AM_CONDITIONAL(USE_LIBSTRONGSWAN, test x$charon = xtrue -o x$pluto = xtrue -o x$tools = xtrue -o x$conftest = xtrue -o x$fast = xtrue -o x$imcv = xtrue)
AM_CONDITIONAL(USE_LIBHYDRA, test x$charon = xtrue -o x$pluto = xtrue)
AM_CONDITIONAL(USE_LIBCHARON, test x$charon = xtrue -o x$conftest = xtrue)
AM_CONDITIONAL(USE_LIBTNCIF, test x$charon = xtrue -o x$conftest = xtrue -o x$imcv = xtrue)