configure.ac: Use pkgconf macros for libtasn1

Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
This commit is contained in:
Christopher Byrne 2025-06-29 00:12:59 -05:00 committed by Stefan Berger
parent 0a62d464d9
commit f0619ab27e

View File

@ -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],