mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
build: Make `--enable-daemon' the default.
* configure.ac: Have $guix_build_daemon default to "yes".
This commit is contained in:
parent
3a61f8017a
commit
c9b70836d0
1 changed files with 2 additions and 2 deletions
|
@ -31,9 +31,9 @@ AC_ARG_WITH(store-dir,
|
|||
AC_SUBST(storedir)
|
||||
|
||||
AC_ARG_ENABLE([daemon],
|
||||
[AS_HELP_STRING([--enable-daemon], [build the Nix daemon (C++)])],
|
||||
[AS_HELP_STRING([--disable-daemon], [build the Nix daemon (C++)])],
|
||||
[guix_build_daemon="$enableval"],
|
||||
[guix_build_daemon="no"])
|
||||
[guix_build_daemon="yes"])
|
||||
|
||||
# Prepare a version of $localstatedir that does not contain references
|
||||
# to shell variables.
|
||||
|
|
Loading…
Reference in a new issue