From: | ghudson@mit.edu |
Subject: | git commit |
Add option to build without libkeyutils
Add a --without-keyutils option to disable the keyring ccache, for
scenarios where minimizing libkrb5 dependencies is important.
[ghudson@mit.edu: moved processing to configure.ac; added error if
explicit --without-keyutils is given and libkeyutils is not found;
nested persistent keyring check for clarity; moved new documentation
to appropriate place and don't mention persistent keyrings; rephrased
commit message]
https://github.com/krb5/krb5/commit/b43ebf0f0adebab7df02ada88bf639ddd67e23e0
Author: Robert Marshall <rmarshall@gitlab.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: b43ebf0f0adebab7df02ada88bf639ddd67e23e0
Branch: master
doc/build/options2configure.rst | 4 ++++
src/aclocal.m4 | 22 ----------------------
src/configure.ac | 21 +++++++++++++++++++++
3 files changed, 25 insertions(+), 22 deletions(-)