Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
a07bb48b
Commit
a07bb48b
authored
Jul 12, 2016
by
Niels Möller
Browse files
Fix configure check for mpz_powm_sec.
parent
3fe1d654
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
a07bb48b
...
...
@@ -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.])]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment