qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 2/2] configure: report appropriate error on missing


From: Harsh Prateek Bora
Subject: [Qemu-devel] [PATCH 2/2] configure: report appropriate error on missing library
Date: Fri, 8 Jun 2012 03:20:43 +0530

Signed-off-by: Harsh Prateek Bora <address@hidden>
---
 configure |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure b/configure
index 76dd57f..e8f0172 100755
--- a/configure
+++ b/configure
@@ -2915,7 +2915,8 @@ if test "$softmmu" = yes ; then
       tools="$tools fsdev/virtfs-proxy-helper\$(EXESUF)"
     else
       if test "$virtfs" = yes; then
-        feature_not_found "virtfs"
+        echo "VirtFS is supported only on Linux and requires libcap-devel and 
libattr-devel"
+        exit 1
       fi
       virtfs=no
     fi
-- 
1.7.10.2




reply via email to

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