Blame SOURCES/gnutls-3.3.8-no-libtasn1-check.patch

873a72
diff -ur gnutls-3.3.8-orig/m4/hooks.m4 gnutls-3.3.8/m4/hooks.m4
873a72
--- gnutls-3.3.8-orig/m4/hooks.m4	2014-09-18 07:54:45.000000000 +0200
873a72
+++ gnutls-3.3.8/m4/hooks.m4	2014-09-18 19:08:19.223172863 +0200
873a72
@@ -104,7 +104,7 @@
873a72
       included_libtasn1=$withval,
873a72
       included_libtasn1=no)
873a72
   if test "$included_libtasn1" = "no"; then
873a72
-    PKG_CHECK_MODULES(LIBTASN1, [libtasn1 >= 3.9], [], [included_libtasn1=yes])
873a72
+    PKG_CHECK_MODULES(LIBTASN1, [libtasn1 >= 3.8], [], [included_libtasn1=yes])
873a72
     if test "$included_libtasn1" = yes; then
873a72
       AC_MSG_WARN([[
873a72
   *** 
873a72
Only in gnutls-3.3.8/m4: hooks.m4~