From 29d2fd50260dd3f41ba5209579656d3a15005fec Mon Sep 17 00:00:00 2001 From: Nils Gillmann Date: Sat, 31 Mar 2018 10:45:19 +0000 Subject: [PATCH] configure.ac: The comment in line 598 was wrong Signed-off-by: Nils Gillmann --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 145a6aaff..881262cbe 100644 --- a/configure.ac +++ b/configure.ac @@ -595,8 +595,7 @@ AC_CHECK_LIB([kvm],[kvm_open]) AC_CHECK_LIB([kstat],[kstat_open]) -# should the build process be restricted to only building -# the documentation? +# should the build process be building the documentation? AC_MSG_CHECKING(whether to build documentation) AC_ARG_ENABLE([documentation], [AS_HELP_STRING([--enable-documentation], [build the documentation])], -- 2.25.1