]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
require libtasn1 3.4
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 13 Nov 2013 13:00:09 +0000 (14:00 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 27 Nov 2013 10:41:43 +0000 (11:41 +0100)
m4/hooks.m4

index 6605370777491c727213210a06dc260a01327ce6..3eb795f29b3706e1caf77b17a819853a18e9f077 100644 (file)
@@ -98,7 +98,7 @@ AC_MSG_ERROR([[
       included_libtasn1=$withval,
       included_libtasn1=no)
   if test "$included_libtasn1" = "no"; then
-    PKG_CHECK_MODULES(LIBTASN1, [libtasn1 >= 3.1], [], [included_libtasn1=yes])
+    PKG_CHECK_MODULES(LIBTASN1, [libtasn1 >= 3.4], [], [included_libtasn1=yes])
     if test "$included_libtasn1" = yes; then
       AC_MSG_WARN([[
   ***