From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5np1-0005vv-BJ for qemu-devel@nongnu.org; Fri, 11 Jul 2014 23:18:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5nor-0003Ae-HO for qemu-devel@nongnu.org; Fri, 11 Jul 2014 23:17:59 -0400 Received: from mail-pa0-x22b.google.com ([2607:f8b0:400e:c03::22b]:59714) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5nor-00039L-Ae for qemu-devel@nongnu.org; Fri, 11 Jul 2014 23:17:49 -0400 Received: by mail-pa0-f43.google.com with SMTP id lf10so2056449pab.30 for ; Fri, 11 Jul 2014 20:17:47 -0700 (PDT) From: Liu Yuan Date: Sat, 12 Jul 2014 11:17:40 +0800 Message-Id: <1405135060-25369-1-git-send-email-namei.unix@gmail.com> Subject: [Qemu-devel] [PATCH v2] configure: make libnfs not_found message user friendly List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf Cc: Kevin Wolf Signed-off-by: Liu Yuan --- 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