aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorДилян Палаузов <git-dpa@aegee.org>2019-03-18 12:46:25 +0000
committerAndreas Fuchs <andreas.fuchs@sit.fraunhofer.de>2019-03-21 10:50:01 +0100
commit2f3d20e33dc86e3a207139bd64c05d52408d8793 (patch)
treeb2a5021b398b0dd2cccd988de3fb4034de58cae8 /configure.ac
parent4ed45d4f189b987efe5f181c624d3a7ce462488f (diff)
downloadtpm2-tss-2f3d20e33dc86e3a207139bd64c05d52408d8793.tar.gz
configure.ac: print in the summary the default tctidefaultmodule
… according to the output of ./configure --help. Signed-Off-By: Дилян Палаузов <git-dpa@aegee.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1418406f..20bb5503 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,7 +116,8 @@ AC_ARG_WITH([tctidefaultmodule],
[The default TCTI module for ESAPI. (Default: libtss2-tcti-default.so)])],
[AC_DEFINE_UNQUOTED([ESYS_TCTI_DEFAULT_MODULE],
["$with_tctidefaultmodule"],
- ["The default TCTI library file"])])
+ ["The default TCTI library file"])],
+ [with_tctidefaultmodule=libtss2-tcti-default.so])
AC_ARG_WITH([tctidefaultconfig],
[AS_HELP_STRING([--with-tctidefaultconfig],