summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2013-05-03 12:03:58 +0200
committerStef Walter <stefw@redhat.com>2013-05-03 12:03:58 +0200
commite72df3c2546a79f51e7c203bc5735494d45c5c26 (patch)
treea3b5b2ecb2cbea1d15f6edaa7a5acb772ab3b394
parent32e26b5c1852fd7b0261929e3a9b39c473621fd2 (diff)
downloadp11-kit-e72df3c2546a79f51e7c203bc5735494d45c5c26.tar.gz
Reduce libtasn1 dependency to 2.3
* This passes all checks and is compatible
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e80ebdf..bbb1381 100644
--- a/configure.ac
+++ b/configure.ac
@@ -144,7 +144,7 @@ AC_ARG_WITH([libtasn1],
)
AS_IF([test "$with_libtasn1" != "no"], [
- PKG_CHECK_MODULES([LIBTASN1], [libtasn1 >= 2.14], [],
+ PKG_CHECK_MODULES([LIBTASN1], [libtasn1 >= 2.3], [],
[AC_MSG_ERROR([libtasn1 not found. Building without it results in significant loss of functionality. To proceed use --without-libtasn1])]
)
AC_SUBST(LIBTASN1_CFLAGS)