From 3d3e7bc51aaf39b5ca04bfd36ff9017ab0622057 Mon Sep 17 00:00:00 2001 From: Michael Meffie Date: Mon, 9 Apr 2018 19:54:54 -0400 Subject: [PATCH 1/1] 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. Change-Id: I11d247ac66d8119910a90a0240b0ce5854449db4 Reviewed-on: https://gerrit.openafs.org/13005 Tested-by: BuildBot Reviewed-by: Benjamin Kaduk --- src/cf/summary.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cf/summary.m4 b/src/cf/summary.m4 index 04c54ca..8e45413 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} -- 1.9.4