Properly define TSS_TROUSERS in configure script

This commit is contained in:
Tobias Brunner 2012-11-12 10:34:04 +01:00
parent eda87d1a95
commit 6782bf3722
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -7,7 +7,6 @@ libpts_la_LIBADD = $(top_builddir)/src/libimcv/libimcv.la
if USE_TROUSERS
libpts_la_LIBADD += -ltspi
AM_CFLAGS = -DTSS_TROUSERS
endif
libpts_la_SOURCES = \