qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2] configure: make libnfs not_found message use


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v2] configure: make libnfs not_found message user friendly
Date: Tue, 15 Jul 2014 16:16:14 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

On Mon, Jul 14, 2014 at 11:06:08AM +0800, Hu Tao wrote:
> On Sat, Jul 12, 2014 at 11:17:40AM +0800, Liu Yuan wrote:
> > Cc: Kevin Wolf <address@hidden>
> > Signed-off-by: Liu Yuan <address@hidden>
> > ---
> >  configure | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/configure b/configure
> > index 7dd43fd..78e7baf 100755
> > --- a/configure
> > +++ b/configure
> > @@ -3996,7 +3996,7 @@ if test "$libnfs" != "no" ; then
> >      LIBS="$LIBS $libnfs_libs"
> >    else
> >      if test "$libnfs" = "yes" ; then
> > -      feature_not_found "libnfs"
> > +      feature_not_found "libnfs" "Install libnfs-devel >= 1.9.3"
> >      fi
> >      libnfs="no"
> >    fi
> > -- 
> > 1.9.1
> > 
> 
> I already had a patch that fixed all similar cases:
> http://lists.nongnu.org/archive/html/qemu-devel/2014-06/msg06411.html.

Thanks, I have applied Hu's patch to my block-next tree because it
includes this and other cases.

Please CC me on block layer patches.  I co-maintain the block layer with
Kevin and am merging patches this week.

Stefan

Attachment: pgpscswqo5300.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]