aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2018-07-01 15:32:27 +0200
committerxrs <xrs@mail36.net>2018-07-01 15:32:27 +0200
commit2e7ba8a6c7dc317fdec310e04290acb1aa94a417 (patch)
tree3afe2a4118c3144eb5caf39aa0ba79e11bc4b09d /configure.ac
parent981ce540583cae841156b9a25dc826b4233a1a49 (diff)
downloadgnunet-2e7ba8a6c7dc317fdec310e04290acb1aa94a417.tar.gz
gnunet-2e7ba8a6c7dc317fdec310e04290acb1aa94a417.zip
make --enable-documentation default
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ee2f1f49f..c7314d765 100644
--- a/configure.ac
+++ b/configure.ac
@@ -677,9 +677,9 @@ AC_CHECK_LIB([kstat],[kstat_open])
677# should the build process be building the documentation? 677# should the build process be building the documentation?
678AC_MSG_CHECKING(whether to build documentation) 678AC_MSG_CHECKING(whether to build documentation)
679AC_ARG_ENABLE([documentation], 679AC_ARG_ENABLE([documentation],
680 [AS_HELP_STRING([--enable-documentation], [build the documentation])], 680 [AS_HELP_STRING([--disable-documentation], [do not build the documentation])],
681 [documentation=${enableval}], 681 [documentation=${enableval}],
682 [documentation=no]) 682 [documentation=yes])
683AC_MSG_RESULT($documentation) 683AC_MSG_RESULT($documentation)
684if test "x$documentation" = "xyes" 684if test "x$documentation" = "xyes"
685then 685then