Skip to content
Snippets Groups Projects
Commit a66628b1 authored by Niels Möller's avatar Niels Möller
Browse files

* configure.ac (RSA_EXAMPLES): New substituted variable,

controlling which example programs to build.

Rev: src/nettle/configure.ac:1.10
parent 580333d8
No related branches found
No related tags found
No related merge requests found
...@@ -106,9 +106,13 @@ Support for public key algorithms will be unavailable.])] ...@@ -106,9 +106,13 @@ Support for public key algorithms will be unavailable.])]
if test "x$enable_public_key" = xyes ; then if test "x$enable_public_key" = xyes ; then
AC_DEFINE(WITH_PUBLIC_KEY) AC_DEFINE(WITH_PUBLIC_KEY)
RSA_EXAMPLES="rsa-keygen rsa-sign rsa-verify"
else
RSA_EXAMPLES=""
fi fi
AH_TEMPLATE([WITH_PUBLIC_KEY], [Define to enable public key features]) AH_TEMPLATE([WITH_PUBLIC_KEY], [Define to enable public key features])
AC_SUBST(RSA_EXAMPLES)
# Add -R flags needed to run programs linked with gmp # Add -R flags needed to run programs linked with gmp
LSH_RPATH_FIX LSH_RPATH_FIX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment