mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-01-14 03:44:53 +00:00
configure.ac: Use pkgconf macros for libtasn1
Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
This commit is contained in:
parent
0a62d464d9
commit
f0619ab27e
@ -172,11 +172,7 @@ openssl)
|
||||
;;
|
||||
esac
|
||||
|
||||
LIBTASN1_LIBS=$(pkg-config --libs libtasn1)
|
||||
if test $? -ne 0; then
|
||||
AC_MSG_ERROR("Is libtasn1-devel installed? -- could not get libs for libtasn1")
|
||||
fi
|
||||
AC_SUBST([LIBTASN1_LIBS])
|
||||
PKG_CHECK_MODULES([LIBTASN1],[libtasn1])
|
||||
|
||||
PKG_CHECK_MODULES(
|
||||
[LIBTPMS],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user