From: Niels Möller Date: Tue, 1 Oct 2002 14:02:10 +0000 (+0200) Subject: * configure.ac (RSA_EXAMPLES): New substituted variable, X-Git-Tag: nettle_1.6_release_20021003~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a66628b18e2f3a5b628e175c6d81dcf8bd1265f0;p=thirdparty%2Fnettle.git * configure.ac (RSA_EXAMPLES): New substituted variable, controlling which example programs to build. Rev: src/nettle/configure.ac:1.10 --- diff --git a/configure.ac b/configure.ac index 03539719..79675c54 100644 --- a/configure.ac +++ b/configure.ac @@ -106,9 +106,13 @@ Support for public key algorithms will be unavailable.])] if test "x$enable_public_key" = xyes ; then AC_DEFINE(WITH_PUBLIC_KEY) + RSA_EXAMPLES="rsa-keygen rsa-sign rsa-verify" +else + RSA_EXAMPLES="" fi 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 LSH_RPATH_FIX