Re: [libvirt] [PATCH] Report an error if no XDR library can be found

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Dec 22, 2009 at 10:21:16AM +0000, Daniel P. Berrange wrote:
> On Tue, Dec 22, 2009 at 02:12:51AM +0100, Matthias Bolte wrote:
> > ---
> >  configure.in |    3 ++-
> >  1 files changed, 2 insertions(+), 1 deletions(-)
> > 
> > diff --git a/configure.in b/configure.in
> > index 3be11f2..81548b8 100644
> > --- a/configure.in
> > +++ b/configure.in
> > @@ -116,7 +116,8 @@ dnl If portablexdr is installed, prefer that.
> >  dnl Otherwise try -lrpc (Cygwin) -lxdr (some MinGW), -lnsl (Solaris)
> >  dnl or none (most Unix)
> >  AC_CHECK_LIB([portablexdr],[xdrmem_create],[],[
> > -	AC_SEARCH_LIBS([xdrmem_create],[rpc xdr nsl])
> > +	AC_SEARCH_LIBS([xdrmem_create],[rpc xdr nsl],[],
> > +		[AC_MSG_ERROR([Cannot find a XDR library])])
> >  	])
> >  
> >  AC_CHECK_LIB([intl],[gettext],[])
> 
> Hmm, there is no xdr library required on Linux, so we don't want to
> throw an error in case. Its just part of glibc

  Hum, I didn't see an error by applying this patch and autogen'ing on
Fedora 12 ...

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel@xxxxxxxxxxxx  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/

--
Libvir-list mailing list
Libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]