summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-27 11:05:08 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-27 11:05:08 +0100
commitc84129af91b21d33ffe086e507632771b0e76498 (patch)
treeae2b698268e1fcf2f33f02d3c62049d1f4182208 /m4
parent565fbe532d146ef0c76d6ed4dfe67320bb3006a2 (diff)
downloadgnutls-c84129af91b21d33ffe086e507632771b0e76498.tar.gz
depend on nettle 3.1 or later
Diffstat (limited to 'm4')
-rw-r--r--m4/hooks.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 07552da7ef..e20447cb14 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -65,13 +65,13 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
DLL_VERSION=`expr ${LT_CURRENT} - ${LT_AGE}`
AC_SUBST(DLL_VERSION)
- PKG_CHECK_MODULES(NETTLE, [nettle >= 3.0], [cryptolib="nettle"], [
+ PKG_CHECK_MODULES(NETTLE, [nettle >= 3.1], [cryptolib="nettle"], [
AC_MSG_ERROR([[
***
*** Libnettle 3.0 was not found.
]])
])
- PKG_CHECK_MODULES(HOGWEED, [hogweed >= 3.0], [], [
+ PKG_CHECK_MODULES(HOGWEED, [hogweed >= 3.1], [], [
AC_MSG_ERROR([[
***
*** Libhogweed (nettle's companion library) was not found. Note that you must compile nettle with gmp support.