diff options
author | Nils Gillmann <ng0@n0.is> | 2018-03-31 10:45:19 +0000 |
---|---|---|
committer | Nils Gillmann <ng0@n0.is> | 2018-03-31 10:45:19 +0000 |
commit | 29d2fd50260dd3f41ba5209579656d3a15005fec (patch) | |
tree | 355f9eb27f3e5c6d5574d63e7574f2831a0b10a5 /configure.ac | |
parent | 466b556fda9d5b946e0099bfbe53099c52bcb433 (diff) |
configure.ac: The comment in line 598 was wrong
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 145a6aaffd..881262cbe9 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])], |