qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] configure: make libnfs not_found message more user friendly
@ 2014-07-09 10:28 Liu Yuan
  2014-07-09 13:00 ` Kevin Wolf
  0 siblings, 1 reply; 2+ messages in thread
From: Liu Yuan @ 2014-07-09 10:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf

Cc: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Liu Yuan <namei.unix@gmail.com>
---
 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"
     fi
     libnfs="no"
   fi
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] configure: make libnfs not_found message more user friendly
  2014-07-09 10:28 [Qemu-devel] [PATCH] configure: make libnfs not_found message more user friendly Liu Yuan
@ 2014-07-09 13:00 ` Kevin Wolf
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Wolf @ 2014-07-09 13:00 UTC (permalink / raw)
  To: Liu Yuan; +Cc: qemu-devel

Am 09.07.2014 um 12:28 hat Liu Yuan geschrieben:
> Cc: Kevin Wolf <kwolf@redhat.com>
> Signed-off-by: Liu Yuan <namei.unix@gmail.com>
> ---
>  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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-09 13:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-09 10:28 [Qemu-devel] [PATCH] configure: make libnfs not_found message more user friendly Liu Yuan
2014-07-09 13:00 ` Kevin Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).