aboutsummaryrefslogtreecommitdiff
path: root/config-daemon.ac
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-02-27 00:44:21 +0100
committerLudovic Courtès <ludo@gnu.org>2018-02-27 00:45:59 +0100
commit6f4c74620da01ead97507ead59b8b7a007fc5c5a (patch)
treec57ffaedf3f0b876187c0af8b1165c00d1f5d368 /config-daemon.ac
parent7ad05d8526388fec47b98d00fc04e7da38eb046d (diff)
downloadguix-6f4c74620da01ead97507ead59b8b7a007fc5c5a.tar
guix-6f4c74620da01ead97507ead59b8b7a007fc5c5a.tar.gz
build: Really build 'guix offload' when possible.
This fixes a regression introduced in 1d84d7bf6052c0c80bd212d4524876576e9817d4, whereby HAVE_DAEMON_OFFLOAD_HOOK would never be defined. * config-daemon.ac: Do not check for $ac_cv_guix_cbips_support_setvbuf, which no longer exists.
Diffstat (limited to 'config-daemon.ac')
-rw-r--r--config-daemon.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-daemon.ac b/config-daemon.ac
index 524b10b303..d409ce0117 100644
--- a/config-daemon.ac
+++ b/config-daemon.ac
@@ -135,8 +135,8 @@ if test "x$guix_build_daemon" = "xyes"; then
dnl Check for Guile-SSH, which is required by 'guix offload'.
GUIX_CHECK_GUILE_SSH
- case "x$ac_cv_guix_cbips_support_setvbuf$guix_cv_have_recent_guile_ssh" in
- xyesyes)
+ case "x$guix_cv_have_recent_guile_ssh" in
+ xyes)
guix_build_daemon_offload="yes"
AC_DEFINE([HAVE_DAEMON_OFFLOAD_HOOK], [1],
[Define if the daemon's 'offload' build hook is being built (requires Guile-SSH).])