Re: [Libvir] PATCH: Avahi advertisement for libvirtd

2007-09-19 Thread Daniel Veillard
On Wed, Sep 19, 2007 at 03:17:05AM +0100, Daniel P. Berrange wrote: > On Tue, Sep 18, 2007 at 04:13:46AM -0400, Daniel Veillard wrote: > > On Tue, Sep 18, 2007 at 03:50:18AM +0100, Daniel P. Berrange wrote: > > > This is a serious patch at supporting Avahi advertisement of the libvirtd > > > servic

Re: [Libvir] PATCH: Avahi advertisement for libvirtd

2007-09-18 Thread Daniel P. Berrange
On Tue, Sep 18, 2007 at 04:13:46AM -0400, Daniel Veillard wrote: > On Tue, Sep 18, 2007 at 03:50:18AM +0100, Daniel P. Berrange wrote: > > This is a serious patch at supporting Avahi advertisement of the libvirtd > > service. > > > > - configure by default will probe to see if avahi is available

Re: [Libvir] PATCH: Avahi advertisement for libvirtd

2007-09-18 Thread Daniel P. Berrange
On Tue, Sep 18, 2007 at 05:41:06PM +0100, John Levon wrote: > On Tue, Sep 18, 2007 at 04:13:46AM -0400, Daniel Veillard wrote: > > > > +if test "$with_avahi" = "check"; then > > > + PKG_CHECK_EXISTS(avahi-client >= $AVAHI_REQUIRED, [with_avahi=yes], > > > [with_avahi=no]) > > > > I assume tha

Re: [Libvir] PATCH: Avahi advertisement for libvirtd

2007-09-18 Thread John Levon
On Tue, Sep 18, 2007 at 04:13:46AM -0400, Daniel Veillard wrote: > > +if test "$with_avahi" = "check"; then > > + PKG_CHECK_EXISTS(avahi-client >= $AVAHI_REQUIRED, [with_avahi=yes], > > [with_avahi=no]) > > I assume that if an OS has Avahi, then it has pkg-check, in that case it > really shou

Re: [Libvir] PATCH: Avahi advertisement for libvirtd

2007-09-18 Thread Daniel Veillard
On Tue, Sep 18, 2007 at 03:50:18AM +0100, Daniel P. Berrange wrote: > This is a serious patch at supporting Avahi advertisement of the libvirtd > service. > > - configure by default will probe to see if avahi is available and if >found will enable appropriate code. > >--with-avahi

[Libvir] PATCH: Avahi advertisement for libvirtd

2007-09-17 Thread Daniel P. Berrange
This is a serious patch at supporting Avahi advertisement of the libvirtd service. - configure by default will probe to see if avahi is available and if found will enable appropriate code. --with-avahiwill force error if not found --without-avahi will disable it with no ch