qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] configure: make libnfs not_found message more u


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH] configure: make libnfs not_found message more user friendly
Date: Wed, 9 Jul 2014 15:00:47 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Am 09.07.2014 um 12:28 hat Liu Yuan geschrieben:
> 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..684fcdf 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" "libnfs (>=1.9.3) development files 
> required to compile libnfs"

The message would be more consistent with other features if this said
something like this:

    feature_not_found "libnfs" "Install libnfs-devel >= 1.9.3"

Kevin



reply via email to

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