aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 23ce6caff..407f31bd4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1612,7 +1612,7 @@ AC_SUBST(LIBTSS_LIBS)
AC_SUBST(LIBTSS_CFLAGS)
AM_CONDITIONAL(HAVE_LIBTSS, test "$have_libtss" != no)
AM_CONDITIONAL(TEST_LIBTSS, [test -n "$SWTPM" \
- || { test -n "$TPMSERVER" && test -n "$TSSSTARTUP; }"])
+ || { test -n "$TPMSERVER" && test -n "$TSSSTARTUP"; }])
AC_SUBST(HAVE_LIBTSS)
#