summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAnthony Liguori2012-06-11 19:15:51 +0200
committerAnthony Liguori2012-06-11 19:15:51 +0200
commit3525c42fd3b70182b1f98d74439e8aeabb565803 (patch)
treecec952b64cbf2222bb0817ea1fc181cc021af6f8 /configure
parentMerge remote-tracking branch 'kraxel/usb.52' into staging (diff)
parentconfigure: report missing libraries for virtfs (diff)
downloadqemu-3525c42fd3b70182b1f98d74439e8aeabb565803.tar.gz
qemu-3525c42fd3b70182b1f98d74439e8aeabb565803.tar.xz
qemu-3525c42fd3b70182b1f98d74439e8aeabb565803.zip
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
* stefanha/trivial-patches: configure: report missing libraries for virtfs trace/simple.c: fix deprecated glib2 interface Clarify comments of tb_invalidate_phys_[page_]range
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index dd0d2b3b11..c2366eef45 100755
--- a/configure
+++ b/configure
@@ -2916,7 +2916,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