build: Negate ‘--disable-daemon’ help string.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sun, 6 Nov 2016 17:01:54 +0000 (18:01 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 5 Sep 2017 18:57:12 +0000 (20:57 +0200)
This is a follow-up to commit c9b70836d080150046633edc782fdaaff9fc6d9c.

* configure.ac: Make ‘--disable-daemon’'s help text consistent with others.

configure.ac

index 9ad7598..5120df5 100644 (file)
@@ -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"])