]> xenbits.xensource.com Git - libvirt.git/commitdiff
configure: Change RHEL default from systemd+redhat to systemd
authorAndrea Bolognani <abologna@redhat.com>
Tue, 3 May 2016 08:31:01 +0000 (10:31 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 3 May 2016 14:10:43 +0000 (16:10 +0200)
We don't want to install legacy init scripts on modern,
systemd-native hosts.

m4/virt-init-script.m4

index 9d0d5c7013cfd11261064786980f6e9d73478c01..d6a52e70a896f7072f8d59a345d9a44a1e0db483 100644 (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