From aca54b395e8778e85cd8fcda2724b7a5f67169fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 6 Dec 2012 00:04:43 +0100 Subject: [PATCH] build: Run `distcheck' with `--enable-daemon'. * Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): Add `--enable-daemon'. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index bb5dfbe0f9..49e0c3016a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -236,4 +236,5 @@ endif BUILD_DAEMON ACLOCAL_AMFLAGS = -I m4 AM_DISTCHECK_CONFIGURE_FLAGS = \ --with-libgcrypt-prefix="$(LIBGCRYPT_PREFIX)" \ - --with-nix-prefix="$(NIX_PREFIX)" + --with-nix-prefix="$(NIX_PREFIX)" \ + --enable-daemon