From c9b70836d080150046633edc782fdaaff9fc6d9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 13 Dec 2012 00:27:27 +0100 Subject: build: Make `--enable-daemon' the default. * configure.ac: Have $guix_build_daemon default to "yes". --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0ea216e9d5..bebb9885c4 100644 --- a/configure.ac +++ b/configure.ac @@ -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. -- cgit v1.2.3