Re: [libvirt] [PATCH] Fix compilation error when SASL support is disabled

2011-07-06 Thread Matthias Bolte
2011/7/5 Jean-Baptiste Rouault jean-baptiste.roua...@diateam.net: On Tuesday 05 July 2011 17:43:06 Daniel P. Berrange wrote: On Tue, Jul 05, 2011 at 05:30:09PM +0200, Jean-Baptiste Rouault wrote: This patch adds #if HAVE_SASL where needed in libvirtd.h ---  daemon/libvirtd.h |    8

[libvirt] [PATCH] Fix compilation error when SASL support is disabled

2011-07-05 Thread Jean-Baptiste Rouault
This patch adds #if HAVE_SASL where needed in libvirtd.h --- daemon/libvirtd.h |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/daemon/libvirtd.h b/daemon/libvirtd.h index 6c604fc..8e1843c 100644 --- a/daemon/libvirtd.h +++ b/daemon/libvirtd.h @@ -38,7 +38,9 @@ #

Re: [libvirt] [PATCH] Fix compilation error when SASL support is disabled

2011-07-05 Thread Daniel P. Berrange
On Tue, Jul 05, 2011 at 05:30:09PM +0200, Jean-Baptiste Rouault wrote: This patch adds #if HAVE_SASL where needed in libvirtd.h --- daemon/libvirtd.h |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) This was already fixed last week commit

Re: [libvirt] [PATCH] Fix compilation error when SASL support is disabled

2011-07-05 Thread Jean-Baptiste Rouault
On Tuesday 05 July 2011 17:43:06 Daniel P. Berrange wrote: On Tue, Jul 05, 2011 at 05:30:09PM +0200, Jean-Baptiste Rouault wrote: This patch adds #if HAVE_SASL where needed in libvirtd.h --- daemon/libvirtd.h |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) This