mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
a77720f8b8
commit
8a38f96487
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue