blob: b2d839d195d3c1606ba8268b3879b8af6ca092ed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- configure.orig 2016-03-03 07:52:15 UTC
+++ configure
@@ -47228,6 +47228,7 @@ fi
$as_echo "$enable_dane" >&6; }
if test "$enable_dane" != "no"; then
+ oldlibs="$LIBS"
LIBS="$oldlibs -lunbound"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for unbound library" >&5
$as_echo_n "checking for unbound library... " >&6; }
@@ -47444,6 +47445,7 @@ else
fi
if test "$with_tpm" != "no"; then
+ oldlibs="$LIBS"
LIBS="$oldlibs -ltspi"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for tss library" >&5
$as_echo_n "checking for tss library... " >&6; }
|