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
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
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
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
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
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