From c184cd88ab53a8e2c343be0ab3a8517a964789e7 Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 4 Sep 2009 15:37:39 +0000 Subject: Add a new option --no-autoload to configure.py. This will produce a minimal build (only libstate, utils, plus dependencies), which can be extended with use of --enable-modules. To add new modules to the set of always-loaded, use 'load_on always' in info.txt Also fix a few small build problems that popped up when doing a minimal build. Requested by a user. --- checks/pk_bench.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'checks') diff --git a/checks/pk_bench.cpp b/checks/pk_bench.cpp index a944934fb..88a72afde 100644 --- a/checks/pk_bench.cpp +++ b/checks/pk_bench.cpp @@ -675,6 +675,8 @@ void bench_pk(RandomNumberGenerator& rng, benchmark_dsa_nr(rng, seconds, report); #endif +#if defined(BOTAN_HAS_RW) if(algo == "All" || algo == "RW") benchmark_rw(rng, seconds, report); +#endif } -- cgit v1.2.3