diff options
author | Stef Walter <stefw@redhat.com> | 2013-05-03 12:03:58 +0200 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2013-05-03 12:03:58 +0200 |
commit | e72df3c2546a79f51e7c203bc5735494d45c5c26 (patch) | |
tree | a3b5b2ecb2cbea1d15f6edaa7a5acb772ab3b394 | |
parent | 32e26b5c1852fd7b0261929e3a9b39c473621fd2 (diff) |
Reduce libtasn1 dependency to 2.3
* This passes all checks and is compatible
-rw-r--r-- | configure.ac | 2 |
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) |