aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2012-02-20 08:00:48 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2012-02-20 08:00:48 +0100
commitf8b1b327689f4fa7a89e3ccf7b71fb3f2bc795e9 (patch)
tree16af1683b7c2fba66f5297f67d63ecabe268825d /configure.in
parent05f421b7d31b303acffc0505120d3137d7579747 (diff)
downloadstrongswan-f8b1b327689f4fa7a89e3ccf7b71fb3f2bc795e9.tar.bz2
strongswan-f8b1b327689f4fa7a89e3ccf7b71fb3f2bc795e9.tar.xz
charon does not depend on libtncif any more but tnc_tnccs does
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 a483cf44f..572ec31af 100644
--- a/configure.in
+++ b/configure.in
@@ -1044,7 +1044,7 @@ 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 -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)
+AM_CONDITIONAL(USE_LIBTNCIF, test x$tnc_tnccs = xtrue -o x$imcv = xtrue)
AM_CONDITIONAL(USE_LIBTNCCS, test x$tnc_tnccs = xtrue)
AM_CONDITIONAL(USE_FILE_CONFIG, test x$pluto = xtrue -o x$stroke = xtrue)
AM_CONDITIONAL(USE_IPSEC_SCRIPT, test x$pluto = xtrue -o x$stroke = xtrue -o x$tools = xtrue -o x$conftest = xtrue)