From: Tobias Brunner Date: Mon, 12 Nov 2012 09:34:04 +0000 (+0100) Subject: Properly define TSS_TROUSERS in configure script X-Git-Tag: 5.0.2dr4~211 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6782bf37221b65c722993d21eadf170343b7d492;p=thirdparty%2Fstrongswan.git Properly define TSS_TROUSERS in configure script --- diff --git a/configure.in b/configure.in index ce09a02d11..c65fa5e94f 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 diff --git a/src/libpts/Makefile.am b/src/libpts/Makefile.am index a36e346c3c..edf3f7416c 100644 --- a/src/libpts/Makefile.am +++ b/src/libpts/Makefile.am @@ -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 = \