Re: [libvirt] [PATCH 2/2] configure: Add systemd detection to --with-init-script=check

2016-04-29 Thread Martin Kletzander
On Fri, Apr 29, 2016 at 09:24:19AM +0200, Ján Tomko wrote: On Thu, Apr 28, 2016 at 05:54:34PM +0200, Andrea Bolognani wrote: Most distributions, including RHEL, have switched to systemd, so it makes sense for it to be the preferred choice. From "preferred choice" I would expect

Re: [libvirt] [PATCH 2/2] configure: Add systemd detection to --with-init-script=check

2016-04-29 Thread Ján Tomko
On Thu, Apr 28, 2016 at 05:54:34PM +0200, Andrea Bolognani wrote: > Most distributions, including RHEL, have switched to systemd, > so it makes sense for it to be the preferred choice. > >From "preferred choice" I would expect with_init_script=systemd is the default, but the patch actually does

[libvirt] [PATCH 2/2] configure: Add systemd detection to --with-init-script=check

2016-04-28 Thread Andrea Bolognani
Most distributions, including RHEL, have switched to systemd, so it makes sense for it to be the preferred choice. Our witness for the check is the presence of the /etc/systemd directory on the host. --- configure.ac | 5 + 1 file changed, 5 insertions(+) diff --git a/configure.ac