configure: disable curl as a default
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 15 Dec 2015 08:41:00 +0000 (17:41 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Wed, 16 Dec 2015 09:06:39 +0000 (18:06 +0900)
"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>
tizen/emulator_configure.sh
tizen/src/util/osutil.c

index f22c873..02e0833 100755 (executable)
@@ -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
index b2bb82b..a9260ec 100644 (file)
@@ -37,7 +37,6 @@
 #include "osutil.h"
 #include "debug_ch.h"
 
-#include <curl/curl.h>
 #include <string.h>
 
 #ifndef CONFIG_WIN32