diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-12-04 10:11:19 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-12-04 15:44:37 +0100 |
commit | f6baeef550af8a4ba4805eef342b0f7327ec0554 (patch) | |
tree | 746a5ebe03dd6f45347e2c4ac5327e40618e4598 /configure.ac | |
parent | b0a103cb56d254d167a963bd955c42acb3155ce7 (diff) | |
download | gnutls-f6baeef550af8a4ba4805eef342b0f7327ec0554.tar.gz |
configure.ac: detect trousers library on debian
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2e518b9097..732bff663f 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 |