diff options
author | Kay Sievers <kay@vrfy.org> | 2014-02-19 20:52:48 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2014-02-19 20:53:18 +0100 |
commit | b20e61f4369b95ea2428ae6f667c40c9f3fc5e68 (patch) | |
tree | 7ed3e0b05eaf2b98816ba5c30c4cd4011bf35899 | |
parent | 2b0a23e8644635b9826853213a6579784bffa170 (diff) |
build-sys: enable compat-libs for distcheck
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d275021a6c..d8b5b71614 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 += \ |