summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-09-04 20:56:02 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-09-17 15:37:46 +0200
commit72b857a5326a5d949536deeb83fd5b3c4c45bbac (patch)
tree3b1bd673c0c4107aecdd21555f285217a9428317 /m4
parent6e01a0b28ebfe58e53b78da4df2214be67c95ddb (diff)
downloadgnutls-72b857a5326a5d949536deeb83fd5b3c4c45bbac.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 d62b738e84..98053057de 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -104,7 +104,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([[
***