Re: [libvirt] [PATCH] Fix enabling storage driver

2008-06-10 Thread Daniel Veillard
On Tue, Jun 10, 2008 at 09:38:59AM +0100, Richard W.M. Jones wrote: > On Mon, Jun 09, 2008 at 03:14:14PM -0400, Cole Robinson wrote: > > As of a couple weeks ago, the storage driver is only registered > > if the WITH_LIBVIRTD macro is defined. The configure option > > --with-libvirtd actually wasn'

Re: [libvirt] [PATCH] Fix enabling storage driver

2008-06-10 Thread Richard W.M. Jones
On Mon, Jun 09, 2008 at 03:14:14PM -0400, Cole Robinson wrote: > As of a couple weeks ago, the storage driver is only registered > if the WITH_LIBVIRTD macro is defined. The configure option > --with-libvirtd actually wasn't defining this macro. The attached > patch fixes this. Odd ... but yes +1.

[libvirt] [PATCH] Fix enabling storage driver

2008-06-09 Thread Cole Robinson
As of a couple weeks ago, the storage driver is only registered if the WITH_LIBVIRTD macro is defined. The configure option --with-libvirtd actually wasn't defining this macro. The attached patch fixes this. Thanks, Cole diff --git a/configure.in b/configure.in index 47633b0..64c6013 100644 --- a/