X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fcf%2Foptions.m4;h=0e93ff504ad1f38ab59537f2299acad554b60693;hp=4b20ae8a42101bcbcb02130218272ba9704f9f16;hb=104a9d357da9452305694e97752fe6313fcd22c0;hpb=2e23fceec872795a39b915b73e48eb77a5d65afe diff --git a/src/cf/options.m4 b/src/cf/options.m4 index 4b20ae8..0e93ff5 100644 --- a/src/cf/options.m4 +++ b/src/cf/options.m4 @@ -107,6 +107,16 @@ AC_ARG_ENABLE([kauth], [enable_kauth="no" enable_pam="no"]) +dnl modern crypto +dnl Note that this flag only dictates whether or not rxgk support is turned on +dnl in various daemons, utilities, etc. Without this flag, we still always try +dnl to build rxgk when we can (when a suitable gssapi is available). +AC_ARG_ENABLE([rxgk], + [AS_HELP_STRING([--enable-rxgk], + [Include experimental support for the RXGK security class (defaults to disabled)])], + [], + [enable_rxgk="no"]) + dnl Optimization and debugging flags. AC_ARG_ENABLE([strip-binaries], [AS_HELP_STRING([--disable-strip-binaries],