From cff5febd3b47bd1940bedb46ba2b7997256f1872 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 4 Dec 2016 10:11:19 +0100 Subject: configure.ac: detect trousers library on debian --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b42e26b226..2608e5d932 100644 --- a/configure.ac +++ b/configure.ac @@ -643,7 +643,7 @@ fi AM_CONDITIONAL(ENABLE_TROUSERS, test "$with_tpm" != "no") -for l in /usr/lib /usr/lib64 /lib /lib64; do +for l in /usr/lib /usr/lib64 /lib /lib64 /usr/lib/x86_64-linux-gnu/; do if test -f "${l}/libtspi.so.1";then default_trousers_lib="${l}/libtspi.so.1" fi -- cgit v1.2.1