diff options
author | SeokYeon Hwang <syeon.hwang@samsung.com> | 2016-07-02 15:07:15 +0900 |
---|---|---|
committer | SeokYeon Hwang <syeon.hwang@samsung.com> | 2016-07-05 18:43:22 +0900 |
commit | a9e6051745ab94ba54a0222e3c16b77787de5369 (patch) | |
tree | 746b8afe3ddc3984a0f51a13b0034682f6af3ac1 /configure | |
parent | f998ca30b51b5c549898763d4bd5041380a60416 (diff) | |
download | qemu-a9e6051745ab94ba54a0222e3c16b77787de5369.tar.gz qemu-a9e6051745ab94ba54a0222e3c16b77787de5369.tar.bz2 qemu-a9e6051745ab94ba54a0222e3c16b77787de5369.zip |
package: make it buildable on Windows and MacOSX
VIRTFS is disabled temporarily. It is work again soon.
Change-Id: Ifa8ced8577e78c1cea8dbf314aedb4b33bfb2528
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -4921,10 +4921,12 @@ if test "$softmmu" = yes ; then tools="$tools fsdev/virtfs-proxy-helper\$(EXESUF)" elif test "$darwin" = yes ; then echo "Enable VirtFS on Darwin" - virtfs=yes +# virtfs=yes + virtfs=no elif test "$mingw32" = yes ; then echo "Enable VirtFS on Windows" - virtfs=yes +# virtfs=yes + virtfs=no else if test "$virtfs" = yes; then error_exit "VirtFS is supported only on Linux and requires libcap-devel and libattr-devel" |