X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fcf%2Foptions.m4;h=0e93ff504ad1f38ab59537f2299acad554b60693;hp=a92b7c04aa648375a89de62d36e141c4e88247c7;hb=104a9d357da9452305694e97752fe6313fcd22c0;hpb=c72622a244e561173e86ffe88ee3c9a8c823a76a diff --git a/src/cf/options.m4 b/src/cf/options.m4 index a92b7c0..0e93ff5 100644 --- a/src/cf/options.m4 +++ b/src/cf/options.m4 @@ -53,7 +53,7 @@ AC_ARG_WITH([linux-kernel-headers], [AS_HELP_STRING([--with-linux-kernel-headers=path], [use the kernel headers found at path (optional, defaults to /lib/modules/`uname -r`/build, then /lib/modules/`uname -r`/source, - then /usr/src/linux-2.4, and lastly /usr/src/linux)]) + and lastly /usr/src/linux)]) ]) AC_ARG_WITH([linux-kernel-build], [AS_HELP_STRING([--with-linux-kernel-build=path], @@ -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], @@ -241,7 +251,7 @@ AC_ARG_WITH([docbook-stylesheets], /opt/local/share/xsl/docbook-xsl], [$HTML_XSL]) AS_IF([test "x$DOCBOOK_STYLESHEETS" = "x"], - [AC_WARN([Docbook stylesheets not found; some documentation can't be built]) + [AC_MSG_WARN(Docbook stylesheets not found; some documentation can't be built) ]) ])