diff options
Diffstat (limited to 'config-daemon.ac')
-rw-r--r-- | config-daemon.ac | 5 |
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]) |