]> granicus.if.org Git - p11-kit/commitdiff
Reduce libtasn1 dependency to 2.3
authorStef Walter <stefw@redhat.com>
Fri, 3 May 2013 10:03:58 +0000 (12:03 +0200)
committerStef Walter <stefw@redhat.com>
Fri, 3 May 2013 10:03:58 +0000 (12:03 +0200)
 * This passes all checks and is compatible

configure.ac

index e80ebdf7f2c864c0dbb9f7e32af1623182d783f6..bbb1381231560ce1a5d012b2acc09c6a077f6db1 100644 (file)
@@ -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)