diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-02-10 13:25:24 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-02-10 13:25:24 +0100 |
commit | 0c80380095f77d732fbd126f05a0a03fa3cc3458 (patch) | |
tree | 0ba0399a8cc3a44e374be5a5cf4362eb111017cc /configure.ac | |
parent | 78f921261af3a1cbf79b5ad41c82d332968e2d89 (diff) | |
download | gnutls-0c80380095f77d732fbd126f05a0a03fa3cc3458.tar.gz |
cleanup enable/disable options stuff.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 7aa4148930..8297dc16b1 100644 --- a/configure.ac +++ b/configure.ac @@ -484,13 +484,34 @@ AC_MSG_NOTICE([summary of build options: Warning flags: errors: ${WERROR_CFLAGS} warnings: ${WARN_CFLAGS} Library types: Shared=${enable_shared}, Static=${enable_static} Valgrind: $opt_valgrind_tests ${VALGRIND} +]) + +AC_MSG_NOTICE([Optional features: +(note that included applications might not compile properly +if features are disabled) + + OCSP support: $ac_enable_ocsp + OpenPGP support: $ac_enable_openpgp + SRP support: $ac_enable_srp + PSK support: $ac_enable_psk + Anon auth support:$ac_enable_anon +]) + +AC_MSG_NOTICE([Optional applications: + + crywrap app: $libidn +]) + +AC_MSG_NOTICE([Libraries: + Guile wrappers: $opt_guile_bindings C++ library: $use_cxx OpenSSL compat: $enable_openssl +]) + +AC_MSG_NOTICE([Hardware acceleration/support: + /dev/crypto: $enable_cryptodev Hardware accel: $hw_accel - Crypto library: $cryptolib PKCS#11 support: $with_p11_kit - crywrap app: $libidn - OCSP support: $ac_enable_ocsp ]) |