diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-09-29 23:24:59 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-09-29 23:24:59 +0200 |
commit | f685b3aca0ca30b46699dbeaba80ad1a2b3c2e82 (patch) | |
tree | dca8fe75fa0787331f8b526d64fac0493d9cb7a6 /configure.in | |
parent | 3c354b6d11cc7914b61e5ac015cdb53ae03bf569 (diff) | |
download | strongswan-f685b3aca0ca30b46699dbeaba80ad1a2b3c2e82.tar.bz2 strongswan-f685b3aca0ca30b46699dbeaba80ad1a2b3c2e82.tar.xz |
started use of libtnc library
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 2cb876269..6528874a3 100644 --- a/configure.in +++ b/configure.in @@ -603,6 +603,10 @@ if test x$gcrypt = xtrue; then ) fi +if test x$tnccs_11 = 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!])]) |