mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
build: Really build 'guix offload' when possible.
This fixes a regression introduced in
1d84d7bf60
, 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.
This commit is contained in:
parent
7ad05d8526
commit
6f4c74620d
1 changed files with 2 additions and 2 deletions
|
@ -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).])
|
||||
|
|
Loading…
Reference in a new issue