summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am16
1 files changed, 15 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index da637ca14..1f20f05b7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,21 @@
ACLOCAL_AMFLAGS = -I m4
-DISTCHECK_CONFIGURE_FLAGS = --with-external-db --enable-python
+DISTCHECK_CONFIGURE_FLAGS = \
+ --with-external-db \
+ --enable-python \
+ --enable-bdb \
+ --enable-ndb \
+ --enable-zstd \
+ --with-cap \
+ --with-acl \
+ --with-archive \
+ --with-lua \
+ --with-audit \
+ --with-selinux \
+ --with-imaevm \
+ --with-crypto=openssl \
+ --disable-dependency-tracking
include $(top_srcdir)/rpm.am
AM_CFLAGS = @RPMCFLAGS@