mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user