gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix accidental slipup w con


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix accidental slipup w configure.ac
Date: Tue, 02 Apr 2019 21:05:54 +0200

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

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 5c7d3e6b3 fix accidental slipup w configure.ac
5c7d3e6b3 is described below

commit 5c7d3e6b335dfbb4f621e39174e5c854628ba780
Author: ng0 <address@hidden>
AuthorDate: Tue Apr 2 19:05:48 2019 +0000

    fix accidental slipup w configure.ac
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 5bfb4ce72..96d7cbbc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -340,9 +340,9 @@ fi
 # FIXME: Something is wrong about this in the output of ./configure runs
 AC_MSG_CHECKING(wether to include generated texi2mdoc output in installation)
 AC_ARG_ENABLE([texi2mdoc-generation],
-    [AS_HELP_STRING([--disable-texi2mdoc-generation], [do not include 
generated texi2mdoc output in installation])],
+    [AS_HELP_STRING([--enable-texi2mdoc-generation], [include generated 
texi2mdoc output in installation])],
     [texi2mdoc_generation=${enableval}],
-    [texi2mdoc_generation=yes])
+    [texi2mdoc_generation=no])
 AC_MSG_RESULT($texi2mdoc_generation)
 if test "x$texi2mdoc_generation" = "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]