From: Niels Möller Date: Tue, 16 Nov 2010 12:25:29 +0000 (+0100) Subject: Updated GMP url. X-Git-Tag: nettle_2.2_release_20110711~212 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d431df2fa50ef5da737b6d109261bbf46f9f037;p=thirdparty%2Fnettle.git Updated GMP url. Rev: nettle/configure.ac:1.28 --- diff --git a/configure.ac b/configure.ac index 5cf194d1..6142c4b2 100644 --- a/configure.ac +++ b/configure.ac @@ -475,7 +475,7 @@ fi # Checks for libraries AC_CHECK_LIB(gmp, __gmpz_getlimbn,, [AC_MSG_WARN( -[GNU MP not found, or not 3.1 or up, see http://www.swox.com/gmp. +[GNU MP not found, or not 3.1 or up, see http://gmplib.org/. Support for public key algorithms will be unavailable.])] enable_public_key=no)