mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
build: Negate ‘--disable-daemon’ help string.
This is a follow-up to commit c9b70836d0
.
* configure.ac: Make ‘--disable-daemon’'s help text consistent with others.
This commit is contained in:
parent
514c2f4806
commit
a4c1e99ed9
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ AC_MSG_CHECKING([for the store directory])
|
||||||
AC_MSG_RESULT([$storedir])
|
AC_MSG_RESULT([$storedir])
|
||||||
|
|
||||||
AC_ARG_ENABLE([daemon],
|
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="$enableval"],
|
||||||
[guix_build_daemon="yes"])
|
[guix_build_daemon="yes"])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue