guix-commits
[Top][All Lists]
Advanced

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

01/06: build: Negate ‘--disable-daemon’ help string.


From: Tobias Geerinckx-Rice
Subject: 01/06: build: Negate ‘--disable-daemon’ help string.
Date: Tue, 5 Sep 2017 14:56:03 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a4c1e99ed95c5032f8e6201fb7bcf1692f9c92c8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Nov 6 18:01:54 2016 +0100

    build: Negate ‘--disable-daemon’ help string.
    
    This is a follow-up to commit c9b70836d080150046633edc782fdaaff9fc6d9c.
    
    * configure.ac: Make ‘--disable-daemon’'s help text consistent with others.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 9ad7598..5120df5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,7 +52,7 @@ AC_MSG_CHECKING([for the store directory])
 AC_MSG_RESULT([$storedir])
 
 AC_ARG_ENABLE([daemon],
-  [AS_HELP_STRING([--disable-daemon], [build the Nix daemon (C++)])],
+  [AS_HELP_STRING([--disable-daemon], [do not build the Nix daemon (C++)])],
   [guix_build_daemon="$enableval"],
   [guix_build_daemon="yes"])
 



reply via email to

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