diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/hooks.m4 | 4 |
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. |