aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2013-01-15 17:38:10 +0100
committerMartin Willi <martin@revosec.ch>2013-01-16 13:53:32 +0100
commit18d56a1891074bab808c2f752c74b816b8a4843e (patch)
tree9dff3cf3b4e0a2ce7bb99b8d8725ceab222122ac /configure.in
parent435348f4064fb66b34cd85967dba6d797d2d99c5 (diff)
downloadstrongswan-18d56a1891074bab808c2f752c74b816b8a4843e.tar.bz2
strongswan-18d56a1891074bab808c2f752c74b816b8a4843e.tar.xz
Add a libpttls providing NEA PT-TLS / TNC IF-T for TLS transport layer
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index a3c7590d8..d2b49f33f 100644
--- a/configure.in
+++ b/configure.in
@@ -1147,6 +1147,7 @@ AM_CONDITIONAL(USE_LIBCHARON, test x$charon = xtrue -o x$conftest = xtrue -o x$n
AM_CONDITIONAL(USE_LIBIPSEC, test x$libipsec = 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_LIBPTTLS, test x$tnc_tnccs = xtrue)
AM_CONDITIONAL(USE_FILE_CONFIG, test x$stroke = xtrue)
AM_CONDITIONAL(USE_IPSEC_SCRIPT, test x$stroke = xtrue -o x$tools = xtrue -o x$conftest = xtrue)
AM_CONDITIONAL(USE_LIBCAP, test x$capabilities = xlibcap)
@@ -1245,6 +1246,7 @@ AC_OUTPUT(
src/libradius/Makefile
src/libtncif/Makefile
src/libtnccs/Makefile
+ src/libpttls/Makefile
src/libpts/Makefile
src/libpts/plugins/imc_attestation/Makefile
src/libpts/plugins/imv_attestation/Makefile