gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: make --enable-documentation


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: make --enable-documentation default
Date: Sun, 01 Jul 2018 15:32:47 +0200

This is an automated email from the git hooks/post-receive script.

xrs pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 2e7ba8a6c make --enable-documentation default
2e7ba8a6c is described below

commit 2e7ba8a6c7dc317fdec310e04290acb1aa94a417
Author: xrs <address@hidden>
AuthorDate: Sun Jul 1 15:32:27 2018 +0200

    make --enable-documentation default
---
 configure.ac | 4 ++--
 1 file 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])
 # 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])],
+   [AS_HELP_STRING([--disable-documentation], [do not build the 
documentation])],
    [documentation=${enableval}],
-   [documentation=no])
+   [documentation=yes])
 AC_MSG_RESULT($documentation)
 if test "x$documentation" = "xyes"
 then

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]