removed dependencies from libtnc

This commit is contained in:
Andreas Steffen
2010-11-09 20:43:50 +01:00
parent 8286b93af2
commit bcd386a95f
2 changed files with 1 additions and 7 deletions
-4
View File
@@ -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!])])