From: Niels Möller Date: Tue, 12 Jul 2016 20:38:07 +0000 (+0200) Subject: Fix configure check for mpz_powm_sec. X-Git-Tag: nettle_3.3_release_20161001~50^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a07bb48b49813ccbef1696a7f56217dc2fde4914;p=thirdparty%2Fnettle.git Fix configure check for mpz_powm_sec. --- diff --git a/configure.ac b/configure.ac index 92a36055..1e884773 100644 --- a/configure.ac +++ b/configure.ac @@ -236,7 +236,7 @@ fi # Checks for libraries if test "x$enable_public_key" = "xyes" ; then if test "x$enable_mini_gmp" = "xno" ; then - AC_CHECK_LIB(gmp, __gmpz_mpz_powm,, + AC_CHECK_LIB(gmp, __gmpz_powm_sec,, [AC_MSG_WARN( [GNU MP not found, or too old. GMP-5.0 or later is needed, see http://gmplib.org/. Support for public key algorithms will be unavailable.])]