From c636315472e4f87313af7be30b7fbcad4b8ca8a4 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Sat, 4 Feb 2012 08:06:49 -0500 Subject: Build all experimental features during 'make distcheck' --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 409dc84d..9f57ac02 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ -DISTCHECK_CONFIGURE_FLAGS = --with-ldb-lib-dir="$$dc_install_base"/lib/ldb +DISTCHECK_CONFIGURE_FLAGS = --with-ldb-lib-dir="$$dc_install_base"/lib/ldb \ + --enable-all-experimental-features SUBDIRS = po -- cgit