summaryrefslogtreecommitdiff
path: root/tizen
diff options
context:
space:
mode:
authorSeokYeon Hwang <syeon.hwang@samsung.com>2015-12-15 17:41:00 +0900
committerSeokYeon Hwang <syeon.hwang@samsung.com>2015-12-16 18:06:39 +0900
commitf9a879e6afe53bd8095c198e8893614bd9f434a0 (patch)
tree2ee75fd33ab6b13330e7457b4f13368d52055a81 /tizen
parent957b11ee3720a0161ad5e79abe2382f154be78ac (diff)
downloadqemu-f9a879e6afe53bd8095c198e8893614bd9f434a0.tar.gz
qemu-f9a879e6afe53bd8095c198e8893614bd9f434a0.tar.bz2
qemu-f9a879e6afe53bd8095c198e8893614bd9f434a0.zip
configure: disable curl as a default
"curl" is used as a block device in QEMU. And now we disable curl support since we never use it. Change-Id: I83c9b01b0db88655f84c143c382f7201f6614005 Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Diffstat (limited to 'tizen')
-rwxr-xr-xtizen/emulator_configure.sh2
-rw-r--r--tizen/src/util/osutil.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh
index f22c873462..02e0833fa5 100755
--- a/tizen/emulator_configure.sh
+++ b/tizen/emulator_configure.sh
@@ -115,13 +115,13 @@ CONFIGURE_APPEND="
--enable-werror
--enable-maru
--enable-yagl
- --enable-curl
--enable-vigs
--enable-qt
--enable-libav
--enable-libpng
--enable-virtfs
--disable-bzip2
+ --disable-curl
--disable-lzo
--disable-snappy
--disable-gnutls
diff --git a/tizen/src/util/osutil.c b/tizen/src/util/osutil.c
index b2bb82b3bf..a9260ece81 100644
--- a/tizen/src/util/osutil.c
+++ b/tizen/src/util/osutil.c
@@ -37,7 +37,6 @@
#include "osutil.h"
#include "debug_ch.h"
-#include <curl/curl.h>
#include <string.h>
#ifndef CONFIG_WIN32