diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2013-11-13 14:00:09 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2013-11-27 11:41:43 +0100 |
commit | 7294753421edfd3e4445f0ee2a927ffe1f6024f8 (patch) | |
tree | eb79602561c10a7e49d9b15c876c726ad02bae72 /m4/hooks.m4 | |
parent | a9092401c8f566411b15eee9382cbd794f8efcac (diff) | |
download | gnutls-7294753421edfd3e4445f0ee2a927ffe1f6024f8.tar.gz |
require libtasn1 3.4
Diffstat (limited to 'm4/hooks.m4')
-rw-r--r-- | m4/hooks.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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([[ *** |