diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-11-12 10:34:04 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-11-12 10:34:04 +0100 |
commit | 6782bf37221b65c722993d21eadf170343b7d492 (patch) | |
tree | 6e1c4dc3161fc0ff5adebb5ad88128130f95f2bc /configure.in | |
parent | eda87d1a95d3cd074fe7ad08312e2258c04fc46e (diff) | |
download | strongswan-6782bf37221b65c722993d21eadf170343b7d492.tar.bz2 strongswan-6782bf37221b65c722993d21eadf170343b7d492.tar.xz |
Properly define TSS_TROUSERS in configure script
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index ce09a02d1..c65fa5e94 100644 --- a/configure.in +++ b/configure.in @@ -634,6 +634,7 @@ fi if test x$tss = xtrousers; then AC_HAVE_LIBRARY([tspi],[LIBS="$LIBS"],[AC_MSG_ERROR([TrouSerS library libtspi not found])]) AC_CHECK_HEADER([trousers/tss.h],,[AC_MSG_ERROR([TrouSerS header trousers/tss.h not found!])]) + AC_DEFINE([TSS_TROUSERS], [], [use TrouSerS library libtspi as TSS implementation]) fi if test x$dumm = xtrue; then |