mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
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…
x
Reference in New Issue
Block a user