From: Kitae Kim Date: Fri, 11 Apr 2014 09:58:24 +0000 (+0900) Subject: build: add enable-curl option X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~414^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4923aa37c70b75ca349f2b0ad7b586b14fd62a5b;p=sdk%2Femulator%2Fqemu.git build: add enable-curl option libcurl is used for osutil. It has to be checked at configure time. Change-Id: I1b071d129b394a4edd57f6e86a71f6e82e2f611f Signed-off-by: Kitae Kim --- diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index 27d8e7a958..55958d1d25 100755 --- a/tizen/emulator_configure.sh +++ b/tizen/emulator_configure.sh @@ -216,7 +216,7 @@ else fi # append common flags -CONFIGURE_APPEND="--enable-maru --enable-libav $CONFIGURE_APPEND" +CONFIGURE_APPEND="--enable-maru --enable-libav --enable-curl $CONFIGURE_APPEND" if [ -z ${PKG_CONFIG_PATH} ] ; then # avoid pkg-config bug on Windows export PKG_CONFIG_PATH=${TIZEN_SDK_DEV_PATH}/distrib/lib/pkgconfig