From 4923aa37c70b75ca349f2b0ad7b586b14fd62a5b Mon Sep 17 00:00:00 2001 From: Kitae Kim Date: Fri, 11 Apr 2014 18:58:24 +0900 Subject: [PATCH] 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 --- tizen/emulator_configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1