From: Nikos Mavrogiannopoulos Date: Wed, 13 Nov 2013 13:00:09 +0000 (+0100) Subject: require libtasn1 3.4 X-Git-Tag: gnutls_3_3_0pre0~520^2~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7294753421edfd3e4445f0ee2a927ffe1f6024f8;p=thirdparty%2Fgnutls.git require libtasn1 3.4 --- diff --git a/m4/hooks.m4 b/m4/hooks.m4 index 6605370777..3eb795f29b 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -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([[ ***