From 37139e9bd0e869ea79c6b5f86d9b67dfb74aaeda Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 2 Apr 2013 14:33:27 +0100 Subject: [PATCH] Use ./configure --with-default-backend=.. instead of attach-method. --- libguestfs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguestfs.spec b/libguestfs.spec index b4e5e94..7b6a829 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -704,7 +704,7 @@ EOF fi %{configure} \ - --with-default-attach-method=libvirt \ + --with-default-backend=libvirt \ --with-extra="fedora=%{fedora},release=%{release},libvirt" \ --with-qemu="qemu-kvm qemu-system-%{_build_arch} qemu" \ --enable-install-daemon \