From: Nikos Mavrogiannopoulos Date: Sun, 18 Mar 2012 11:34:06 +0000 (+0100) Subject: better error message X-Git-Tag: gnutls_3_0_18~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=34accce9f830d5cd30746535ddf23ef89a38cc72;p=thirdparty%2Fgnutls.git better error message --- 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