[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"])
- branch master updated (514c2f4 -> 5cf0997), Tobias Geerinckx-Rice, 2017/09/05
- 02/06: Handle the same HTTP redirects everywhere., Tobias Geerinckx-Rice, 2017/09/05
- 04/06: services: web: Fix nginx-service-type's ‘file’ procedure., Tobias Geerinckx-Rice, 2017/09/05
- 01/06: build: Negate ‘--disable-daemon’ help string.,
Tobias Geerinckx-Rice <=
- 03/06: doc: Fix typo in copyright header., Tobias Geerinckx-Rice, 2017/09/05
- 06/06: gnu: ruby-coderay: Update to 1.1.2., Tobias Geerinckx-Rice, 2017/09/05
- 05/06: gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module)., Tobias Geerinckx-Rice, 2017/09/05