ummm REQUIRING systemd is a REALLY bad idea (even if u can --disable it)

This commit is contained in:
Carsten Haitzler 2013-03-10 22:02:27 +09:00
parent 29299ea2ab
commit aac1bbb017
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ case "$host_os" in
;;
linux*)
have_linux="yes"
want_systemd="yes"
want_systemd="no"
;;
esac