From: Stef Walter Date: Fri, 3 May 2013 10:03:58 +0000 (+0200) Subject: Reduce libtasn1 dependency to 2.3 X-Git-Tag: 0.18.2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e72df3c2546a79f51e7c203bc5735494d45c5c26;p=p11-kit Reduce libtasn1 dependency to 2.3 * This passes all checks and is compatible --- 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)