summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-07-14 09:55:50 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-07-14 09:55:50 +0200
commit7e9f246d2c75a4f61ce3e33e82352747c2fcac9b (patch)
treee2535d29753864f12f781aea6cfa224b1822c66b /configure.ac
parent46dfeecae57171a6465d5b7682470ebe37e10e59 (diff)
downloadgnutls-7e9f246d2c75a4f61ce3e33e82352747c2fcac9b.tar.gz
configure: print the trousers lib only when set
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f90b491117..64d879640c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -929,8 +929,13 @@ AC_MSG_NOTICE([External hardware support:
Padlock accel: $use_padlock
getrandom variant: $enable_getrandom
PKCS#11 support: $with_p11_kit
- TPM support: $with_tpm ($ac_trousers_lib)
+ TPM support: $with_tpm
])
+if test -n "$ac_trousers_lib";then
+AC_MSG_NOTICE([
+ TPM library: $ac_trousers_lib
+])
+fi
AC_MSG_NOTICE([Optional features:
(note that included applications might not compile properly