X-Git-Url: https://git.hcoop.net/jackhill/guix/guix.git/blobdiff_plain/f167595ba1a4e0e419adc17de6af275bedf32822..da78e01b871b7b1971a49d5d40cc4f0af31eb1fa:/configure.ac?ds=sidebyside diff --git a/configure.ac b/configure.ac index 9ad7598f8b..5120df53fd 100644 --- a/configure.ac +++ b/configure.ac @@ -52,7 +52,7 @@ AC_MSG_CHECKING([for the store directory]) AC_MSG_RESULT([$storedir]) AC_ARG_ENABLE([daemon], - [AS_HELP_STRING([--disable-daemon], [build the Nix daemon (C++)])], + [AS_HELP_STRING([--disable-daemon], [do not build the Nix daemon (C++)])], [guix_build_daemon="$enableval"], [guix_build_daemon="yes"])