aboutsummaryrefslogtreecommitdiff
path: root/config-daemon.ac
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-12-13 00:26:41 +0100
committerLudovic Courtès <ludo@gnu.org>2012-12-13 00:26:41 +0100
commit3a61f8017a11c2a482faef58861d7dc1d37a082e (patch)
treed4a0dc30af69dfe8bf984bfcd9aebcf4ae3106a9 /config-daemon.ac
parent8a9451c89e23d12c88d12557a0b612b851def528 (diff)
downloadguix-3a61f8017a11c2a482faef58861d7dc1d37a082e.tar
guix-3a61f8017a11c2a482faef58861d7dc1d37a082e.tar.gz
build: When `--enable-daemon', don't error out when Nix programs are missing.
* config-daemon.ac: Move AC_ARG_ENABLE([daemon]...)... * configure.ac: ... here. When Nix programs are not found, error out only when $guix_build_daemon is no.
Diffstat (limited to 'config-daemon.ac')
-rw-r--r--config-daemon.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/config-daemon.ac b/config-daemon.ac
index edd372fba9..f48741dfda 100644
--- a/config-daemon.ac
+++ b/config-daemon.ac
@@ -1,10 +1,5 @@
dnl -*- Autoconf -*- fragment for the C++ daemon.
-AC_ARG_ENABLE([daemon],
- [AS_HELP_STRING([--enable-daemon], [build the Nix daemon (C++)])],
- [guix_build_daemon="$enableval"],
- [guix_build_daemon="no"])
-
AC_MSG_CHECKING([whether to build daemon])
AC_MSG_RESULT([$guix_build_daemon])