diff options
| author | Anthony Liguori | 2012-06-11 19:15:51 +0200 |
|---|---|---|
| committer | Anthony Liguori | 2012-06-11 19:15:51 +0200 |
| commit | 3525c42fd3b70182b1f98d74439e8aeabb565803 (patch) | |
| tree | cec952b64cbf2222bb0817ea1fc181cc021af6f8 /configure | |
| parent | Merge remote-tracking branch 'kraxel/usb.52' into staging (diff) | |
| parent | configure: report missing libraries for virtfs (diff) | |
| download | qemu-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-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
