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] ) have_systemd=no -- 2.24.1