From b5f5e48147ea792b43d8716a5b6e334cbbd925e1 Mon Sep 17 00:00:00 2001 From: Michael Meffie Date: Mon, 9 Apr 2018 19:54:54 -0400 Subject: [PATCH] autoconf: add kernel module to the summary Add the kernel module to the list of optional build items in the configure summary to indicate whether the kernel module build is enabled. Reviewed-on: https://gerrit.openafs.org/13005 Tested-by: BuildBot Reviewed-by: Benjamin Kaduk (cherry picked from commit 3d3e7bc51aaf39b5ca04bfd36ff9017ab0622057) Change-Id: I842752bb12b09fdcab6bfb341673bff3528f3880 Reviewed-on: https://gerrit.openafs.org/13112 Reviewed-by: Michael Meffie Reviewed-by: Benjamin Kaduk Reviewed-by: Joe Gorse Reviewed-by: Marcio Brito Barbosa Reviewed-by: Andrew Deason Reviewed-by: Mark Vitale Tested-by: BuildBot --- src/cf/summary.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cf/summary.m4 b/src/cf/summary.m4 index 04c54ca60..8e4541399 100644 --- a/src/cf/summary.m4 +++ b/src/cf/summary.m4 @@ -75,6 +75,7 @@ options: install kauth : ${INSTALL_KAUTH} ubik read while write : ${enable_ubik_read_while_write} build: + kernel module : ${enable_kernel_module} scout/afsmonitor : ${summary_build_scout} pam : ${HAVE_PAM} login : ${BUILD_LOGIN} -- 2.39.5