From 06fd3531238ed052cb9770c26921d44c002d9e3c Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Tue, 12 Mar 2013 09:02:47 +0900 Subject: [PATCH] no. this makes systemd COMPULSORY unless you --disable it. since the vast majority of people wont have systemd... and won't be able to install it to meet deps, this is an onerous requirement to make them --disable it. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9b8f419b5f..0697c5c1a9 100644 --- a/configure.ac +++ b/configure.ac @@ -159,7 +159,6 @@ case "$host_os" in ;; linux*) have_linux="yes" - want_systemd="yes" ;; esac