configure: Change RHEL default from systemd+redhat to systemd

We don't want to install legacy init scripts on modern,
systemd-native hosts.
This commit is contained in:
Andrea Bolognani 2016-05-03 10:31:01 +02:00
parent a77720f8b8
commit 8a38f96487

View File

@ -41,9 +41,6 @@ AC_DEFUN([LIBVIRT_CHECK_INIT_SCRIPT],[
fi
fi
if test -f /etc/redhat-release; then
if test "$with_init_script" = systemd; then
with_init_script=systemd+redhat
fi
if test "$with_init_script" = check; then
with_init_script=redhat
fi