summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-09-04 20:56:02 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-09-04 20:56:06 +0200
commit9833bb7b473c045daf1f64fb7d5a68c8410fed62 (patch)
tree056e676149ad3f608ac4ebc4e92d41c3b547e46c /m4
parent9e140482288ffed5ef48e9f1e92b5de0b5c8f188 (diff)
downloadgnutls-9833bb7b473c045daf1f64fb7d5a68c8410fed62.tar.gz
require libtasn1 3.9 or later
That is because of the ocsp fix.
Diffstat (limited to 'm4')
-rw-r--r--m4/hooks.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 015813576e..143139407f 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -108,7 +108,7 @@ AC_MSG_ERROR([[
included_libtasn1=$withval,
included_libtasn1=no)
if test "$included_libtasn1" = "no"; then
- PKG_CHECK_MODULES(LIBTASN1, [libtasn1 >= 3.4], [], [included_libtasn1=yes])
+ PKG_CHECK_MODULES(LIBTASN1, [libtasn1 >= 3.9], [], [included_libtasn1=yes])
if test "$included_libtasn1" = yes; then
AC_MSG_WARN([[
***