From ea1fb538d99f1ec093f2fef86f4f29176ec27826 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 1 Dec 2011 14:36:25 +0100 Subject: Do not build the random-daemon by make distcheck. * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Disable building of the random daemon --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 81cf52df..86fcd972 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = dist-bzip2 -DISTCHECK_CONFIGURE_FLAGS = --enable-random-daemon \ +DISTCHECK_CONFIGURE_FLAGS = --disable-random-daemon \ --enable-ciphers=arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia DIST_SUBDIRS = m4 compat mpi cipher random src doc tests -- cgit v1.2.1