On Fri, Jan 24, 2020 at 12:29:47PM -0500, Theodore Ts'o wrote: > Signed-off-by: Theodore Ts'o <tytso@xxxxxxx> > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index 84b375543..595d57cf1 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -2215,7 +2215,7 @@ AM_CONDITIONAL([HAVE_BTRFS], [test "x$have_btrfs" = xyes]) > > AC_ARG_WITH([systemd], > AS_HELP_STRING([--without-systemd], [do not build with systemd support]), > - [], [with_systemd=check] > + [], [with_systemd=no] The current default is to check for the libraries, if installed than enable systemd support. This is generic way we use for many libs and features. Why do you think that explicit --enable-* will be better? Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com