From b20e61f4369b95ea2428ae6f667c40c9f3fc5e68 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 19 Feb 2014 20:52:48 +0100 Subject: [PATCH] build-sys: enable compat-libs for distcheck --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d275021a6..d8b5b7161 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4761,7 +4761,8 @@ DISTCHECK_CONFIGURE_FLAGS = \ --with-pamconfdir=$$dc_install_base/$(pamconfdir) \ --with-rootprefix=$$dc_install_base \ --disable-split-usr \ - --enable-kdbus + --enable-kdbus \ + --enable-compat-libs if HAVE_SYSV_COMPAT DISTCHECK_CONFIGURE_FLAGS += \ -- 2.30.2