aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-11-08 11:41:14 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-11-09 20:43:50 +0100
commitbcd386a95fda77ad3c07be41896155d6c8ebec74 (patch)
tree340cd5cebf1dc41ad612a5e3997e2e4eff940f3d /configure.in
parent8286b93af2fc4cd17f6e5e408ee4329e7134d763 (diff)
downloadstrongswan-bcd386a95fda77ad3c07be41896155d6c8ebec74.tar.bz2
strongswan-bcd386a95fda77ad3c07be41896155d6c8ebec74.tar.xz
removed dependencies from libtnc
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index c2df7c8ec..4bcf50bfc 100644
--- a/configure.in
+++ b/configure.in
@@ -607,10 +607,6 @@ if test x$gcrypt = xtrue; then
)
fi
-if test x$tnccs_11 = xtrue -o x$tnc_imc = xtrue -o x$tnc_imv = xtrue; then
- AC_CHECK_HEADER([libtnc.h],,[AC_MSG_ERROR([libtnc header libtnc.h not found!])])
-fi
-
if test x$uci = xtrue; then
AC_HAVE_LIBRARY([uci],[LIBS="$LIBS"],[AC_MSG_ERROR([UCI library libuci not found])])
AC_CHECK_HEADER([uci.h],,[AC_MSG_ERROR([UCI header uci.h not found!])])