aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2018-06-30 19:22:10 +0200
committerxrs <xrs@mail36.net>2018-06-30 19:22:10 +0200
commitf47bd9b4f08d9995d62697782cecc4967b1422d0 (patch)
tree2476a1da49688713c1f6a0addeb59c0e2424cc39 /configure.ac
parentdd68d665e140970c7d9dfd899fbdd4fefacb54a7 (diff)
downloadgnunet-f47bd9b4f08d9995d62697782cecc4967b1422d0.tar.gz
gnunet-f47bd9b4f08d9995d62697782cecc4967b1422d0.zip
fix --enable-documentation option
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5d308c658..ee2f1f49f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -679,7 +679,7 @@ AC_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([--enable-documentation], [build the documentation])],
681 [documentation=${enableval}], 681 [documentation=${enableval}],
682 [documentation=yes]) 682 [documentation=no])
683AC_MSG_RESULT($documentation) 683AC_MSG_RESULT($documentation)
684if test "x$documentation" = "xyes" 684if test "x$documentation" = "xyes"
685then 685then