util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] build-sys: fix configure --without-systemd
@ 2020-01-24 17:29 Theodore Ts'o
  2020-01-28 12:07 ` Karel Zak
  0 siblings, 1 reply; 3+ messages in thread
From: Theodore Ts'o @ 2020-01-24 17:29 UTC (permalink / raw)
  To: kzak; +Cc: util-linux, Theodore Ts'o

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-29  0:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-24 17:29 [PATCH] build-sys: fix configure --without-systemd Theodore Ts'o
2020-01-28 12:07 ` Karel Zak
2020-01-29  0:15   ` L A Walsh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).