Mixing dashes and underscores in configure options apparently works fine, but it's confusing and just plain ugly. --- lol autoconf libvirt.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 935ca89..4de78c0 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1475,9 +1475,9 @@ rm -rf .git %define with_packager_version --with-packager-version="%{release}" %if %{with_systemd} - %define init_scripts --with-init_script=systemd + %define init_scripts --with-init-script=systemd %else - %define init_scripts --with-init_script=redhat + %define init_scripts --with-init-script=redhat %endif %if %{with_selinux} -- 2.5.5 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list