summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-03-18 12:34:06 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-03-18 12:34:06 +0100
commit34accce9f830d5cd30746535ddf23ef89a38cc72 (patch)
treeccf5f85ea2d44eab6d0216452e4972e2090b9c98
parent36834e1ff006de534607f6bf0d08dd4653975c9d (diff)
downloadgnutls-34accce9f830d5cd30746535ddf23ef89a38cc72.tar.gz
better error message
-rw-r--r--m4/hooks.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 081380f867..7e51acbce8 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -86,7 +86,7 @@ if test "$cryptolib" = "nettle";then
if test "$ac_cv_libnettle" != yes; then
AC_MSG_ERROR([[
***
- *** Libnettle 2.4 was not found.
+ *** Libnettle 2.4 was not found. You must compile nettle with gmp support.
]])
fi
else