aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2012-01-24 18:23:44 +0100
committerMartin Willi <martin@revosec.ch>2012-01-24 18:23:44 +0100
commit023800ba624258495dcddc82faabcd583269ed77 (patch)
treee84bba33036f5f23e78bcfd1c28b021c50812892 /configure.in
parentf1ba06c1c6eff3e7c6a5666bcb68d3f3e2e8a373 (diff)
downloadstrongswan-023800ba624258495dcddc82faabcd583269ed77.tar.bz2
strongswan-023800ba624258495dcddc82faabcd583269ed77.tar.xz
Build libstrongswan if libfast gets 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 e77238556..46b2af8da 100644
--- a/configure.in
+++ b/configure.in
@@ -1038,7 +1038,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)
+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_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)