projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d66500
)
configure: report missing libraries for virtfs
author
Harsh Prateek Bora
<harsh@linux.vnet.ibm.com>
Thu, 7 Jun 2012 21:50:43 +0000
(
03:20
+0530)
committer
Stefan Hajnoczi
<stefanha@linux.vnet.ibm.com>
Fri, 8 Jun 2012 09:01:45 +0000
(10:01 +0100)
Signed-off-by: Harsh Prateek Bora <harsh@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 76dd57fc2779351977abb4af8e58faa534d51a40..e8f0172b4b1c12632e348ddd414f3889cb739673 100755
(executable)
--- 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