aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-03-31 10:45:19 +0000
committerNils Gillmann <ng0@n0.is>2018-03-31 10:45:19 +0000
commit29d2fd50260dd3f41ba5209579656d3a15005fec (patch)
tree355f9eb27f3e5c6d5574d63e7574f2831a0b10a5 /configure.ac
parent466b556fda9d5b946e0099bfbe53099c52bcb433 (diff)
downloadgnunet-29d2fd50260dd3f41ba5209579656d3a15005fec.tar.gz
gnunet-29d2fd50260dd3f41ba5209579656d3a15005fec.zip
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.ac3
1 files changed, 1 insertions, 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])
595AC_CHECK_LIB([kstat],[kstat_open]) 595AC_CHECK_LIB([kstat],[kstat_open])
596 596
597 597
598# should the build process be restricted to only building 598# should the build process be building the documentation?
599# the documentation?
600AC_MSG_CHECKING(whether to build documentation) 599AC_MSG_CHECKING(whether to build documentation)
601AC_ARG_ENABLE([documentation], 600AC_ARG_ENABLE([documentation],
602 [AS_HELP_STRING([--enable-documentation], [build the documentation])], 601 [AS_HELP_STRING([--enable-documentation], [build the documentation])],