summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSeokYeon Hwang <syeon.hwang@samsung.com>2016-07-02 15:07:15 +0900
committerSeokYeon Hwang <syeon.hwang@samsung.com>2016-07-05 18:43:22 +0900
commita9e6051745ab94ba54a0222e3c16b77787de5369 (patch)
tree746b8afe3ddc3984a0f51a13b0034682f6af3ac1 /configure
parentf998ca30b51b5c549898763d4bd5041380a60416 (diff)
downloadqemu-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-xconfigure6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure b/configure
index 3bbc31ccea..e36f46348b 100755
--- a/configure
+++ b/configure
@@ -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"