commit | 263ddcc81bf45d475ef86100a8567b3fb2129b8d | [log] [tgz] |
---|---|---|
author | Harsh Prateek Bora <[email protected]> | Fri Jun 08 03:20:43 2012 +0530 |
committer | Stefan Hajnoczi <[email protected]> | Fri Jun 08 10:01:45 2012 +0100 |
tree | 51ca43578dcaa9bbe172994be4a1be741e41dd94 | |
parent | 0d665005c7fd3800f1ae590701f60fe7e4c9a57a [diff] |
configure: report missing libraries for virtfs Signed-off-by: Harsh Prateek Bora <[email protected]> Signed-off-by: Stefan Hajnoczi <[email protected]>
diff --git a/configure b/configure index 76dd57f..e8f0172 100755 --- a/configure +++ b/configure
@@ -2915,7 +2915,8 @@ 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