From aac1bbb017a170ff6892a3a71f1cb2e9f79c778b Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sun, 10 Mar 2013 22:02:27 +0900 Subject: [PATCH] ummm REQUIRING systemd is a REALLY bad idea (even if u can --disable it) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6d54280354..6aa0a65122 100644 --- a/configure.ac +++ b/configure.ac @@ -159,7 +159,7 @@ case "$host_os" in ;; linux*) have_linux="yes" - want_systemd="yes" + want_systemd="no" ;; esac